Seems I forgot the patch, attached now
-- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
From 138523f137d527532eeeda659b6c03607e22cfcb Mon Sep 17 00:00:00 2001 From: Michael Biebl <bi...@debian.org> Date: Fri, 29 Jan 2016 05:43:12 +0100 Subject: [PATCH] Drop faulty ExecStopPost= The path to rm is incorrect, leading to errors on stop. And since it's unnecessary anyway, simply drop that line. systemd already takes care of cleaning up stale pid files. --- debian/vboxweb.service | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/vboxweb.service b/debian/vboxweb.service index a444f17..a88f3eb 100644 --- a/debian/vboxweb.service +++ b/debian/vboxweb.service @@ -5,7 +5,6 @@ After=network.target [Service] Type=forking ExecStart=/usr/bin/vboxwebsrv --pidfile /run/vboxweb.pid --background -ExecStopPost=/usr/bin/rm /run/vboxweb.pid PIDFile=/run/vboxweb.pid [Install] -- 2.7.0
signature.asc
Description: OpenPGP digital signature