1
0
Fork 0
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:
Josué Tille 2023-12-18 16:20:01 +01:00
parent fb6b2aaa9c
commit 4d90fca8cf
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -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