Created
May 12, 2015 18:04
-
-
Save ssplatt/522144c56dc6bb93e9f7 to your computer and use it in GitHub Desktop.
taiga circus service for systemd
This file contains 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=Circus for Taiga | |
After=syslog.target | |
After=network.target | |
[Service] | |
Type=simple | |
User=taiga | |
Group=taiga | |
ExecStart=/usr/bin/circusd /home/taiga/circus.ini | |
# Give a reasonable amount of time for the server to start up/shut down | |
TimeoutSec=300 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for sharing this.