Skip to content

Commit

Permalink
init script should always force daemonization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Petersen committed May 9, 2014
1 parent 1fad19b commit 2c5e652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/ser2sock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SCRIPT_NAME=${0##*/}
CONF_FILE="/etc/ser2sock/${SCRIPT_NAME}.conf"
EXECUTABLE="/usr/local/bin/${PROGRAM_NAME}"
PID_FILE="/var/run/${SCRIPT_NAME}.pid"
DAEMON_ARGS="-f ${CONF_FILE} -P ${PID_FILE}"
DAEMON_ARGS="-d -f ${CONF_FILE} -P ${PID_FILE}"
RETVAL=0


Expand Down

0 comments on commit 2c5e652

Please sign in to comment.