From e9598f4ddd2e5ace1efe8cac719053016fdd9560 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Fri, 19 Dec 2014 07:47:32 -0800 Subject: [PATCH] upstart script --- cmd/warrend/warrend.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cmd/warrend/warrend.conf diff --git a/cmd/warrend/warrend.conf b/cmd/warrend/warrend.conf new file mode 100644 index 0000000..b703756 --- /dev/null +++ b/cmd/warrend/warrend.conf @@ -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