Created
December 5, 2015 02:51
-
-
Save xrobau/8007db53c62ac83d7ec7 to your computer and use it in GitHub Desktop.
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=Bungeecord Service | |
After=remote-fs.target | |
[Service] | |
Type=forking | |
User=bungee | |
ExecStart=/usr/bin/screen -dmS bungeecord /usr/local/bin/bungeecord.sh | |
ExecStop=/usr/bin/screen -S bungeecord -X quit | |
Restart=always | |
[Install] | |
WantedBy=multi-user.target | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment