Skip to content
Snippets Groups Projects
Commit 3dc2c915 authored by Sergey Joseph Ivanov's avatar Sergey Joseph Ivanov
Browse files

this -c is eaten by start-stop-daemon and this daemon dies

parent 0301294b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ umask 077
start() {
echo -n $"Starting resmon: resmon"
start-stop-daemon --start --exec $RESMON_BIN -c $RESMON_CONF
start-stop-daemon --start --exec $RESMON_BIN -- -c $RESMON_CONF
RETVAL=$?
echo "."
[ $RETVAL -eq 0 ] && touch $RESMON_LOCK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment