Skip to content

Instantly share code, notes, and snippets.

@ssplatt
Created May 12, 2015 18:04
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ssplatt/522144c56dc6bb93e9f7 to your computer and use it in GitHub Desktop.
Save ssplatt/522144c56dc6bb93e9f7 to your computer and use it in GitHub Desktop.
taiga circus service for systemd
[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
@aquemy
Copy link

aquemy commented Jun 28, 2016

Thank you for sharing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment