From 4d90fca8cfb077d03ae04f7df58417ad09ecc57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 18 Dec 2023 16:20:01 +0100 Subject: [PATCH] Cleanup systemd unit --- conf/systemd.service | 1 - 1 file changed, 1 deletion(-) 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