Fix ExecReload setting in service configuration
This commit is contained in:
parent
44f2375749
commit
3365a2ef58
1 changed files with 1 additions and 1 deletions
2
src/dist/extras/helma.service
vendored
2
src/dist/extras/helma.service
vendored
|
@ -18,7 +18,7 @@ ExecStart = /usr/bin/java -server \
|
||||||
-jar launcher.jar \
|
-jar launcher.jar \
|
||||||
-w 8080 -x 8081
|
-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
|
ExecStop = /bin/kill -15 $MAINPID
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue