Advertisement
Guest User

Untitled

a guest
Oct 9th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [Unit]
  2. Description=Spring Boot HelloWorld
  3. After=syslog.target
  4. After=network.target[Service]
  5. User=username
  6. Type=simple
  7.  
  8. [Service]
  9. ExecStart=/usr/bin/java -jar /home/linode/hello-world/build/libs/hello-world-0.0.1-SNAPSHOT.jar
  10. Restart=always
  11. StandardOutput=syslog
  12. StandardError=syslog
  13. SyslogIdentifier=helloworld
  14.  
  15. [Install]
  16. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement