Skip to content

Instantly share code, notes, and snippets.

@icarrr
Created November 1, 2019 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icarrr/06b56431e840955f4d1a604bddbe1239 to your computer and use it in GitHub Desktop.
Save icarrr/06b56431e840955f4d1a604bddbe1239 to your computer and use it in GitHub Desktop.
Syrax Service
[Unit]
Description=Syrax Service
After=syslog.target
[Service]
WorkingDirectory=/deployments/syrax
ExecStart=/deployments/syrax/env/bin/python main.py SuccessExitStatus=143
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment