Skip to content

Instantly share code, notes, and snippets.

@coxley
Created December 11, 2015 21:45
Show Gist options
  • Select an option

  • Save coxley/4a749ff2d4b50e9ad7d2 to your computer and use it in GitHub Desktop.

Select an option

Save coxley/4a749ff2d4b50e9ad7d2 to your computer and use it in GitHub Desktop.
Upstart init for cmur2/dyndnsd
description "dyndnsd"
author "[email protected]"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 15 5
exec /usr/local/bin/dyndnsd /opt/dyndnsd/config.yaml
# vim: set ft=upstart:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment