Skip to content
Snippets Groups Projects
Commit 68202fe3 authored by Steve Ryan's avatar Steve Ryan
Browse files

make sysvinit resmon use conf file

parent 562864c6
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ umask 077 ...@@ -27,7 +27,7 @@ umask 077
start() { start() {
echo -n $"Starting resmon: " echo -n $"Starting resmon: "
daemon $RESMON_BIN daemon $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