File: dkms.service

package info (click to toggle)
dkms 2.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,460 kB
  • sloc: sh: 3,876; makefile: 275; perl: 80; python: 67; ansic: 18
file content (11 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Builds and install new kernel modules through DKMS
Documentation=man:dkms(8)

[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/bin/sh -c 'dkms autoinstall --verbose --kernelver $(uname -r)'

[Install]
WantedBy=multi-user.target