dkms/dkms.service

12 lines
235 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Dynamic Kernel Modules System
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/lib/systemd/system/dkms.systemd start
ExecStop=/usr/lib/systemd/system/dkms.systemd stop
[Install]
WantedBy=multi-user.target