Skip to content

Commit

Permalink
bug fix: Passing arguments to start-stop-daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng committed Jul 19, 2016
1 parent bcb8a9c commit 68b0a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/syncd.mlnx.init
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ start)
mkdir -p /dev/sxdevs
[ -e /dev/sxdevs/sxcdev ] || mknod /dev/sxdevs/sxcdev c 231 193

start-stop-daemon --start --quiet --exec $DAEMON $DAEMON_ARGS
start-stop-daemon --start --quiet --exec $DAEMON -- $DAEMON_ARGS
;;
stop)
start-stop-daemon --stop --quiet --exec $DAEMON
Expand Down

0 comments on commit 68b0a9b

Please sign in to comment.