mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
Cleanup systemd unit
This commit is contained in:
parent
fb6b2aaa9c
commit
4d90fca8cf
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ Group=__APP__
|
||||||
Environment=JETTY_HOME=__INSTALL_DIR__/jetty
|
Environment=JETTY_HOME=__INSTALL_DIR__/jetty
|
||||||
WorkingDirectory=__INSTALL_DIR__/
|
WorkingDirectory=__INSTALL_DIR__/
|
||||||
ExecStart=/usr/bin/java -jar __INSTALL_DIR__/jetty/start.jar jetty.http.port=__PORT__ jetty.http.host=127.0.0.1
|
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
|
Restart=always
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue