Skip to content

Commit

Permalink
Merge pull request statsd#123 from fredj/debian-pull
Browse files Browse the repository at this point in the history
debian/statsd.init: fix the start-stop-daemon --test line.
  • Loading branch information
mrtazz committed Jul 18, 2012
2 parents af56cb7 + f46fd79 commit 8f66571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/statsd.init
Expand Up @@ -48,7 +48,7 @@ do_start()
# 0 if daemon has been started
# 1 if daemon was already running
# 2 if daemon could not be started
start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \
start-stop-daemon --start --quiet -m --pidfile $PIDFILE --startas $DAEMON --background --test > /dev/null \
|| return 1
start-stop-daemon --start --quiet -m --pidfile $PIDFILE --startas $DAEMON --background -- \
$DAEMON_ARGS > /dev/null 2> /var/log/$NAME-stderr.log \
Expand Down

0 comments on commit 8f66571

Please sign in to comment.