Skip to content

Commit

Permalink
Fixed Redhat daemon config option.
Browse files Browse the repository at this point in the history
Openarc binary does not support '-x' option to specify the configuration file, the correct option is '-c'.
  • Loading branch information
rtista authored and mskucherawy committed Sep 21, 2018
1 parent 0b955c3 commit 355ee2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/init/redhat/openarc.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ start() {
echo OpenARC already running as pid $PID
exit 2;
else
daemon $DAEMON -x $CONF_FILE -P $PID_FILE
daemon $DAEMON -c $CONF_FILE -P $PID_FILE
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/openarc
echo
Expand Down

0 comments on commit 355ee2a

Please sign in to comment.