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