mirror of https://gitee.com/openkylin/dkms.git
13 lines
284 B
SYSTEMD
13 lines
284 B
SYSTEMD
[Unit]
|
|
Description=Builds and install new kernel modules through DKMS
|
|
Documentation=man:dkms(8)
|
|
Before=network-pre.target graphical.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=/usr/sbin/dkms autoinstall --verbose --kernelver %v
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|