Created
February 18, 2016 00:37
-
-
Save nvsofts/04dc0096bb17305cd6a3 to your computer and use it in GitHub Desktop.
systemd service for 7dtd.sh
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
| [Service] | |
| Type=forking | |
| PIDFile=/home/sdtd/instances/%i/7dtd.pid | |
| ExecStart=/usr/local/bin/7dtd.sh start %i | |
| ExecStop=/usr/local/bin/7dtd.sh kill %i | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment