2014-02-06 18:24:46 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Dynamic Kernel Modules System
|
2017-02-01 21:48:15 +00:00
|
|
|
Before=display-manager.service
|
2014-02-06 18:24:46 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2014-02-07 15:03:47 +00:00
|
|
|
ExecStart=/usr/lib/systemd/system/dkms.systemd start
|
|
|
|
ExecStop=/usr/lib/systemd/system/dkms.systemd stop
|
2014-02-06 18:24:46 +00:00
|
|
|
|
|
|
|
[Install]
|
2014-02-07 15:03:47 +00:00
|
|
|
WantedBy=multi-user.target
|