Skip to content

Commit 604a26d

Browse files
committed
start program with daemon.
1 parent cddc36f commit 604a26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashrc/beaver_control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ start() {
134134

135135
echo -n $"Starting $PROG: "
136136
# if not running, start it up here, usually something like "daemon $exec"
137-
${PYTHON} ${EXEC} -c ${CONFFILE} -t ${DISPTYPE} -P ${PIDFILE} -D -l ${LOGFILE}
137+
daemon ${PYTHON} ${EXEC} -c ${CONFFILE} -t ${DISPTYPE} -P ${PIDFILE} -D -l ${LOGFILE}
138138
retval=$?
139139
echo
140140
#[ $retval -eq 0 ] && touch $lockfile

0 commit comments

Comments
 (0)