2014-02-06 18:24:29 +00:00
|
|
|
# vim:set ts=2 sw=2 ft=sh noet:
|
|
|
|
|
|
|
|
# With LOAD set to yes, modules listed as installed will be loaded with
|
|
|
|
# systemctl start dkms.service. Default is yes.
|
|
|
|
LOAD=yes
|
|
|
|
|
|
|
|
# With UNLOAD set to yes, modules listed as installed will be unloaded with
|
|
|
|
# systemctl stop dkms.service. Default is no.
|
2014-02-07 15:19:16 +00:00
|
|
|
UNLOAD=no
|