Created
May 25, 2018 13:25
-
-
Save nohtyp/176e5dbe3a8fbc048f3ddf7dd501e591 to your computer and use it in GitHub Desktop.
Atlassian application systemd scripts
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=<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