Fixed systemd template Restart parameter
This commit is contained in:
parent
8c8ab40ad1
commit
da5d09c213
@ -8,7 +8,8 @@ ExecStart=${pkg.installFolder}/bin/${pkg.name}.jar
|
||||
SuccessExitStatus=143
|
||||
|
||||
# Service shall be restarted in 30 seconds when the service process exits, is killed, or a timeout is reached.
|
||||
Restart=always # default 'no'
|
||||
# Restart parameter default value 'no'
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
|
||||
[Install]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user