Skip to content

Instantly share code, notes, and snippets.

@nohtyp
Created May 25, 2018 13:25
Show Gist options
  • Save nohtyp/176e5dbe3a8fbc048f3ddf7dd501e591 to your computer and use it in GitHub Desktop.
Save nohtyp/176e5dbe3a8fbc048f3ddf7dd501e591 to your computer and use it in GitHub Desktop.
Atlassian application systemd scripts
[Unit]
Description=<Application Name>
After=network.target
[Service]
Type=forking
User=<Application User>
ExecStart=<Path to Applications startup script>
ExecStop=<Path to Applications stop script>
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment