Skip to content

Instantly share code, notes, and snippets.

@dubcl
Created June 8, 2018 20:42
Show Gist options
  • Save dubcl/039343da4d66e480aed8999e5739f9bd to your computer and use it in GitHub Desktop.
Save dubcl/039343da4d66e480aed8999e5739f9bd to your computer and use it in GitHub Desktop.
Systemd app service config Spring Boot
[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