Bug#813072: Remove broken ExecStopPost in vboxweb.service

2016-01-29 Thread Gianfranco Costamagna
Hi Michael! >vboxweb.service contains the following: >ExecStopPost=/usr/bin/rm /run/vboxweb.pid > >This is broken in Debian: >$ type rm >rm is /bin/rm lol, true! >And leads to a failure if you try to stop vboxweb.service: > ># systemctl status vboxweb.service >● vboxweb.service - VirtualBox

Bug#813072: Remove broken ExecStopPost in vboxweb.service

2016-01-29 Thread Michael Biebl
Hi Gianfranco Am 29.01.2016 um 12:09 schrieb Gianfranco Costamagna: >> vboxweb.service contains the following: >> ExecStopPost=/usr/bin/rm /run/vboxweb.pid ... >> The fix is rather simple: Simply drop the ExecStopPost line. >> As you can see in the documentation [¹], systemd will automatically >

Bug#813072: Remove broken ExecStopPost in vboxweb.service

2016-01-28 Thread Michael Biebl
Package: virtualbox Version: 5.0.14-dfsg-1+b1 Severity: important File: /lib/systemd/system/vboxweb.service Tags: patch Hi, vboxweb.service contains the following: ExecStopPost=/usr/bin/rm /run/vboxweb.pid This is broken in Debian: $ type rm rm is /bin/rm And leads to a failure if you try to s