Jeff Steinmetz created ZEPPELIN-641:
---------------------------------------
Summary: upstart is modern way to init services vs init.d - add
upstart command to zeppelin-daemon.sh
Key: ZEPPELIN-641
URL: https://issues.apache.org/jira/browse/ZEPPELIN-641
Project: Zeppelin
Issue Type: Improvement
Reporter: Jeff Steinmetz
Priority: Minor
in zeppelin-daemon.sh add a
function upstart() {...}
command similar to
function start() {...}
except it should remove NOHUP, NICE and trailing $
upstart will manage the process.
usage could be
USAGE="Usage: zeppelin-daemon.sh [--config <conf-dir>]
{start|stop|upstart|restart|reload|status}"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)