Changing line 32 in /etc/init.d/loggerhead from
start-stop-daemon -p $PIDFILE -S --startas /usr/bin/serve-branches --chuid loggerhead --make-pidfile --background --chdir $served_branches -- --prefix=$prefix --port=$port --host=$host --log-folder /var/log/loggerhead 2>/dev/null
to
start-stop-daemon -p $PIDFILE -S --startas /usr/bin/serve-branches --chuid loggerhead --make-pidfile --background -- $served_branches --prefix=$prefix --port=$port --host=$host --log-folder /var/log/loggerhead 2>/dev/null
allows loggerhead to run as service again...
Changing line 32 in /etc/init. d/loggerhead from
start-stop-daemon -p $PIDFILE -S --startas /usr/bin/ serve-branches --chuid loggerhead --make-pidfile --background --chdir $served_branches -- --prefix=$prefix --port=$port --host=$host --log-folder /var/log/loggerhead 2>/dev/null
to
start-stop-daemon -p $PIDFILE -S --startas /usr/bin/ serve-branches --chuid loggerhead --make-pidfile --background -- $served_branches --prefix=$prefix --port=$port --host=$host --log-folder /var/log/loggerhead 2>/dev/null
allows loggerhead to run as service again...