allows zeppelin to be run and managed as a service. Jira Ticket ZEPPELIN-641

This commit is contained in:
Jeff Steinmetz 2016-02-16 16:13:35 -08:00
parent 06ed0a3758
commit 1aab016733

View file

@ -217,3 +217,11 @@ After successful start, visit [http://localhost:8080](http://localhost:8080) wit
```
bin/zeppelin-daemon.sh stop
```
#### Start Zeppelin with a service manager such as upstart
```
bin/zeppelin-daemon.sh upstart
```