1.1.12
by Giuseppe Iuculano
Import upstream version 2.1.1.0 |
1 |
# dkms_autoinstaller - Builds all DKMS modules for current kernel if necessary |
2 |
#
|
|
3 |
# Run DKMS prior to GDM/KDM/Friends |
|
4 |
||
5 |
description "DKMS Automatic Build & Installation Service" |
|
6 |
author "Mario Limonciello <Mario_Limonciello@Dell.com>" |
|
7 |
||
8 |
start on (startup and filesystem) |
|
9 |
||
10 |
task
|
|
11 |
||
12 |
emits build-successful |
|
13 |
emits build-failed |
|
14 |
||
15 |
exec /usr/lib/dkms/dkms_autoinstaller start $KERNEL |