mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
15 lines
277 B
Plaintext
15 lines
277 B
Plaintext
|
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
|