Viacheslav Klimov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
packaging/java/scripts/control/template.service
|
|
|
@ -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] |
|
|
|
|