File dkms.service of Package dkms
[Unit] Description=Builds and install new kernel modules through DKMS Documentation=man:dkms(8) Before=display-manager.service [Service] Type=oneshot RemainAfterExit=true ExecStart=/bin/sh -c 'dkms autoinstall --verbose --kernelver $(uname -r)' [Install] WantedBy=multi-user.target