Start the dkms service before the display-manager service. Needed for the nvidia dkms module. Make the module building more secure with only root permissions to the build dir. OBS-URL: https://build.opensuse.org/request/show/453980 OBS-URL: https://build.opensuse.org/package/show/X11:Bumblebee/dkms?expand=0&rev=18
13 lines
266 B
Desktop File
13 lines
266 B
Desktop File
[Unit]
|
|
Description=Dynamic Kernel Modules System
|
|
Before=display-manager.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/systemd/system/dkms.systemd start
|
|
ExecStop=/usr/lib/systemd/system/dkms.systemd stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|