Skip to content

Instantly share code, notes, and snippets.

@gmcintire
Created November 14, 2015 15:08
Show Gist options
  • Save gmcintire/451cee38dfc3654ad053 to your computer and use it in GitHub Desktop.
Save gmcintire/451cee38dfc3654ad053 to your computer and use it in GitHub Desktop.
pymultimonaprs systemd script
[Unit]
Description=pymultimonaprs
[Service]
Type=simple
ExecStart=/usr/local/bin/pymultimonaprs --syslog
ExecStop=/usr/bin/killall pymultimonaprs
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment