summaryrefslogtreecommitdiffstats
path: root/dkms.service
blob: f4c39fb38a03362d99a19b1ade44377cea6e910b (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=/usr/sbin/dkms autoinstall --verbose --kernelver %v

[Install]
WantedBy=multi-user.target