github.com/leowmjw/otto@v0.2.1-0.20160126165905-6400716cf085/builtin/app/go/data/common/dev-dep/upstart.conf.tpl (about) 1 description "{{ name }} - Generated by Otto" 2 3 respawn 4 respawn limit 15 5 5 6 start on runlevel [2345] 7 stop on runlevel [06] 8 9 # We don't want to restart too fast for deps 10 post-stop exec sleep 5 11 12 script 13 {{ dep_run_command }} >>/var/log/{{ name }}.log 2>&1 14 end script