forked from pool/virtualbox
a065251386
VirtualBox 7.0.18 with Oracle's 15.6 patches and all obsolete patches removed OBS-URL: https://build.opensuse.org/request/show/1186452 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=742
21 lines
479 B
Desktop File
21 lines
479 B
Desktop File
[Unit]
|
|
SourcePath=/usr/lib/virtualbox/vboxweb-service.sh
|
|
Description=
|
|
Before=runlevel2.target runlevel3.target runlevel4.target runlevel5.target shutdown.target
|
|
After=vboxdrv.service
|
|
Conflicts=shutdown.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
Restart=no
|
|
TimeoutSec=5min
|
|
IgnoreSIGPIPE=no
|
|
KillMode=process
|
|
GuessMainPID=no
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/lib/virtualbox/vboxweb-service.sh start
|
|
ExecStop=/usr/lib/virtualbox/vboxweb-service.sh stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|