Skip to content

Instantly share code, notes, and snippets.

Created May 13, 2015 20:07
Show Gist options
  • Save anonymous/ef06fc70cb983c0797af to your computer and use it in GitHub Desktop.
Save anonymous/ef06fc70cb983c0797af to your computer and use it in GitHub Desktop.
[Unit]
Description=MythTV Backend
Wants=mysql.service
After=mysql.service
[Service]
ExecStart=/usr/bin/mythbackend --syslog local7 --user mythtv
Restart=on-failure
StartLimitInterval=10min
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment