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

the same as previous commit for debian-based linuxes

parent 68202fe3
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ umask 077 ...@@ -28,7 +28,7 @@ umask 077
start() { start() {
echo -n $"Starting resmon: resmon" echo -n $"Starting resmon: resmon"
start-stop-daemon --start --exec $RESMON_BIN start-stop-daemon --start --exec $RESMON_BIN -c $RESMON_CONF
RETVAL=$? RETVAL=$?
echo "." echo "."
[ $RETVAL -eq 0 ] && touch $RESMON_LOCK [ $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