2013-12-14 00:15:42 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
zthome="/Library/Application Support/ZeroTier/One"
|
2015-11-17 00:19:24 +00:00
|
|
|
export PATH="$zthome:/bin:/usr/bin:/sbin:/usr/sbin"
|
2013-12-14 00:15:42 +00:00
|
|
|
|
|
|
|
# Launch ZeroTier One (not as daemon... launchd monitors it)
|
|
|
|
exec zerotier-one
|