Skip to content

Instantly share code, notes, and snippets.

@Fale
Created October 31, 2015 18:11
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 Fale/d5a5bcc63e1de664b9da to your computer and use it in GitHub Desktop.
Save Fale/d5a5bcc63e1de664b9da to your computer and use it in GitHub Desktop.
[Unit]
Description=PRG1 process
After=network.target
[Service]
Type=simple
User=PRG1
Group=PRG1
ExecStart=/usr/local/bin/PRG1.py
StandardOutput=syslog
StandardError=syslog
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment