Created
June 8, 2018 20:42
-
-
Save dubcl/039343da4d66e480aed8999e5739f9bd to your computer and use it in GitHub Desktop.
Systemd app service config Spring Boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Unit] | |
| Description=A Spring Boot application | |
| After=syslog.target | |
| [Service] | |
| User=baeldung | |
| ExecStart=/path/to/your-app.jar SuccessExitStatus=143 | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment