summaryrefslogtreecommitdiffstats
path: root/dkms.service.in
blob: 7c55819e6d504b556673b9ca158f78e68bb8978e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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=@SBINDIR@/dkms autoinstall --verbose --kernelver %v

[Install]
WantedBy=multi-user.target