From 36811e58fe6c4c547e3d68278631a87762101f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 1 Apr 2014 00:08:54 +0200 Subject: [PATCH] init.d: export HOME, required for docsplit (#4601) --- init.d/pfwbged | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.d/pfwbged b/init.d/pfwbged index f79e8ff..1c7f517 100755 --- a/init.d/pfwbged +++ b/init.d/pfwbged @@ -18,6 +18,8 @@ DAEMON=/opt/pfwbged.buildout/bin/supervisord PIDFILE=/var/run/$NAME.pid DAEMON_ARGS="-u zope --pidfile $PIDFILE" SCRIPTNAME=/etc/init.d/$NAME +HOME=/opt/pfwbged.buildout +export HOME # Exit if the package is not installed [ -x "$DAEMON" ] || exit 0