diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:40:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:40:50 +0000 |
commit | 10b5bfdee99e8161f353593ee3e85f4775b1dedc (patch) | |
tree | 958ac703fcfc692348b1564f02317e9f2ca67fd5 /dkms.service.in | |
parent | Initial commit. (diff) | |
download | dkms-10b5bfdee99e8161f353593ee3e85f4775b1dedc.tar.xz dkms-10b5bfdee99e8161f353593ee3e85f4775b1dedc.zip |
Adding upstream version 3.0.13.upstream/3.0.13upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dkms.service.in')
-rw-r--r-- | dkms.service.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dkms.service.in b/dkms.service.in new file mode 100644 index 0000000..7c55819 --- /dev/null +++ b/dkms.service.in @@ -0,0 +1,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 |