Skip to content

Commit

Permalink
upstart
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcrab committed Jan 24, 2016
1 parent 97bb5b1 commit aa199d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions upstart/meshbird.conf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aa199d1

Please sign in to comment.