monsieurp commented on a change in pull request #3313: [ZEPPELIN-4004] add a systemd unit file to launch the Zeppelin daemon via systemd commands URL: https://github.com/apache/zeppelin/pull/3313#discussion_r259243463
########## File path: scripts/systemd/zeppelin.systemd ########## @@ -0,0 +1,12 @@ +[Unit] +Description=Apache Zeppelin daemon +After=syslog.target network.target + +[Service] +Type=oneshot +ExecStart=/opt/zeppelin-0.8.1-bin-all/bin/zeppelin-daemon.sh start Review comment: I have made this assumption very clear in the `README.md` file. Please have a look. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services