Comment 14 for bug 948825

Revision history for this message
Hasenkopf, Andreas (andi-hasenkopf) wrote : Re: Loggerhead unable to serve as deamon behind apache

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...