--- http-replicator 2007-05-07 11:39:04.000000000 +0200 +++ http-replicator.fixed 2007-05-07 11:39:49.000000000 +0200 @@ -9,7 +9,7 @@ start() { ebegin "Starting Http-Replicator" - start-stop-daemon --start --pidfile /var/run/http-replicator.pid --name http-replicator \ + start-stop-daemon --start --background --pidfile /var/run/http-replicator.pid --name http-replicator \ --startas /usr/bin/http-replicator -- -s -f --pid /var/run/http-replicator.pid --daemon $DAEMON_OPTS eend $? "Failed to start Http-Replicator" }