This commit is contained in:
Thomas NOËL 2012-07-25 12:43:03 +02:00
parent 9983eddc7e
commit 4df456b771
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ start() {
[ -x $exec ] || exit 5
[ -f $config ] || exit 6
echo -n $"Starting $prog: "
[ x$START_DAEMON != xyes ] && echo " disable by /etc/sysconfig/$prog" && exit 3
[ x$START_DAEMON != xyes ] && echo " disable by /etc/sysconfig/$prog" && exit 6
daemon --user $POLYNUM_USER --pidfile $PIDFILE $exec $DAEMON_ARGS
retval=$?
echo