diff --git a/conf/systemd.service b/conf/systemd.service index cefdbed..6aaaa74 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,6 @@ Group=__APP__ Environment=JETTY_HOME=__INSTALL_DIR__/jetty WorkingDirectory=__INSTALL_DIR__/ ExecStart=/usr/bin/java -jar __INSTALL_DIR__/jetty/start.jar jetty.http.port=__PORT__ jetty.http.host=127.0.0.1 -ExecStop=/bin/bash stop_xwiki.sh Restart=always RestartSec=10