Skip to content

Commit

Permalink
Fix daemon params in rpm init
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed Aug 28, 2015
1 parent 0d10347 commit 67ac38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/go-carbon.init.centos
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RETVAL=0

start() {
echo -n $"Starting $prog services: "
daemon -pidfile $pidfile $carbon -config $config -pidfile $pidfile -daemon
daemon --pidfile $pidfile $carbon -config $config -pidfile $pidfile -daemon
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/$prog || \
Expand Down

0 comments on commit 67ac38a

Please sign in to comment.