From 3365a2ef5837ee929051a5474690ce5bfdc62263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Thu, 8 Aug 2024 23:00:08 +0200 Subject: [PATCH] Fix ExecReload setting in service configuration --- src/dist/extras/helma.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dist/extras/helma.service b/src/dist/extras/helma.service index 308093aa..7d42310b 100644 --- a/src/dist/extras/helma.service +++ b/src/dist/extras/helma.service @@ -18,7 +18,7 @@ ExecStart = /usr/bin/java -server \ -jar launcher.jar \ -w 8080 -x 8081 -ExecReload = touch apps.properties && touch server.properties +ExecReload = /bin/sh -c 'touch apps.properties && touch server.properties' ExecStop = /bin/kill -15 $MAINPID [Install]