Skip to content

Commit

Permalink
Fix ExecReload setting in service configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
p3k committed Aug 8, 2024
1 parent 44f2375 commit 3365a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dist/extras/helma.service
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3365a2e

Please sign in to comment.