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