mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:47:13 +08:00
12 lines
221 B
Desktop File
12 lines
221 B
Desktop File
[Unit]
|
|
Description=Dynamic Kernel Modules System
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/systemd/scripts/dkms start
|
|
ExecStop=/usr/lib/systemd/scripts/dkms stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|