From aa199d1d78f2cb3ae514269a3dab021f701f9dd4 Mon Sep 17 00:00:00 2001 From: Maksim Naumov Date: Mon, 25 Jan 2016 00:37:14 +0100 Subject: [PATCH] upstart --- upstart/meshbird.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 upstart/meshbird.conf diff --git a/upstart/meshbird.conf b/upstart/meshbird.conf new file mode 100644 index 0000000..58a4b73 --- /dev/null +++ b/upstart/meshbird.conf @@ -0,0 +1,10 @@ +description "Meshbird - distributed private networking" +author "meshbird.com" + +respawn +respawn limit 15 5 + +start on runlevel [2345] +stop on runlevel [06] + +exec /usr/local/bin/meshbird join 2>&1 >> /var/log/meshbird.log