Created
July 23, 2017 09:57
-
-
Save TurBoss/6f001945f862ec87d79d1839c792f9b9 to your computer and use it in GitHub Desktop.
Systemd unit for SPADS
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=SPADS Jauria RTS stable | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| User=spring | |
| WorkingDirectory=/home/spring/spads-stable | |
| ExecStart=/home/spring/spads-stable/spads.pl /home/spring/spads-stable/etc/spads.conf | |
| [Install] | |
| WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment