Created
October 31, 2015 18:11
-
-
Save Fale/d5a5bcc63e1de664b9da to your computer and use it in GitHub Desktop.
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=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