start -> stop
This commit is contained in:
@ -115,7 +115,7 @@ if [ -n "${command}" -o -n "${procname}" -o -n "${pidfile}" ]; then
|
|||||||
${command:+--exec} ${command} \
|
${command:+--exec} ${command} \
|
||||||
${procname:+--name} ${procname} \
|
${procname:+--name} ${procname} \
|
||||||
${pidfile:+--pidfile} ${pidfile}
|
${pidfile:+--pidfile} ${pidfile}
|
||||||
eend $? "Failed to start ${SVCNAME}"
|
eend $? "Failed to stop ${SVCNAME}"
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user