Why is the default Ubuntu systemd unit file for vboxweb different than the Oracle-provided one (and ignores /etc/default/virtualbox)
Yesterday I tried to install phpvirtualbox after a hiatus from the package. I installed the virtualbox 5.2.18-
VBOXWEB_USER=vbox
VBOXWEB_
I finally understood that some combination of systemd unit file and vboxweb itself was ignoring the default in my /etc/default/
I then noticed that /lib/systemd/
UBUNTU - /lib/systemd/
cat debian/
[Unit]
Description=
After=network.
[Service]
Type=forking
ExecStart=
PIDFile=
[Install]
WantedBy=
ORACLE - /lib/systemd/
cat /lib/systemd/
[Unit]
SourcePath=
Description=
Before=
After=vboxdrv.
Conflicts=
[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
ExecStart=
ExecStop=
[Install]
WantedBy=
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask David Litster for more information if necessary.