upstart script
This commit is contained in:
parent
49c0105975
commit
e9598f4ddd
|
@ -0,0 +1,15 @@
|
|||
# warrend - multiversion runner for warren deployed go apps
|
||||
#
|
||||
# upstart init script
|
||||
|
||||
description "warrend multiversion runner"
|
||||
author "Dan Ballard"
|
||||
|
||||
start on (net-device-up
|
||||
and local-filesystems
|
||||
and runlevel [2345])
|
||||
stop on (runlevel [016])
|
||||
|
||||
respawn
|
||||
|
||||
exec warrend
|
Loading…
Reference in New Issue