forked from pool/virtualbox
6deff5bcfe
service files have been created. These fixes address bsc#1037291, #1043532, and #1045871. - Increase reserved disk space from 4 to 5 GB. This change was suddested as a fix for the 32-bit failures. OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=348
22 lines
434 B
Desktop File
22 lines
434 B
Desktop File
[Unit]
|
|
SourcePath=/etc/init.d/vboxadd-service
|
|
Description=Start/Stop VirtualBox Guest Linux module
|
|
After=remote-fs.target
|
|
Wants=remote-fs.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=no
|
|
TimeoutSec=5min
|
|
IgnoreSIGPIPE=no
|
|
KillMode=process
|
|
GuessMainPID=no
|
|
RemainAfterExit=yes
|
|
SuccessExitStatus=5 6
|
|
ExecStart=/usr/lib/virtualbox/vboxadd-service start
|
|
ExecStop=/usr/lib/virtualbox/vboxadd-service stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target.wants
|
|
|