2017-04-29 07:52:10 +02:00
|
|
|
[Unit]
|
2017-07-10 20:31:23 +02:00
|
|
|
SourcePath=/usr/lib/virtualbox/vboxdrv.sh
|
|
|
|
Description=VirtualBox Linux kernel module
|
|
|
|
Before=runlevel2.target runlevel3.target runlevel5.target shutdown.target
|
|
|
|
After=
|
|
|
|
Conflicts=shutdown.target
|
2017-04-29 07:52:10 +02:00
|
|
|
|
|
|
|
[Service]
|
2017-07-10 20:31:23 +02:00
|
|
|
Type=forking
|
2017-04-29 07:52:10 +02:00
|
|
|
Restart=no
|
|
|
|
TimeoutSec=5min
|
|
|
|
IgnoreSIGPIPE=no
|
|
|
|
KillMode=process
|
|
|
|
GuessMainPID=no
|
|
|
|
RemainAfterExit=yes
|
2017-07-10 20:31:23 +02:00
|
|
|
ExecStart=/usr/lib/virtualbox/vboxdrv.sh start
|
|
|
|
ExecStop=/usr/lib/virtualbox/vboxdrv.sh stop
|
2017-04-29 07:52:10 +02:00
|
|
|
|
|
|
|
[Install]
|
2017-07-10 20:31:23 +02:00
|
|
|
WantedBy=multi-user.target
|