You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
description "ZeroTier One upstart startup script" |
|
|
|
author "Adam Ierymenko <adam.ierymenko@zerotier.com>" |
|
|
|
start on (local-filesystems and net-device-up IFACE!=lo) |
|
stop on runlevel [!2345] |
|
|
|
respawn |
|
respawn limit 2 300 |
|
|
|
#pre-start script |
|
#end script |
|
|
|
exec /usr/sbin/zerotier-one
|
|
|