mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-21 05:53:09 +00:00
8 lines
196 B
Bash
Executable File
8 lines
196 B
Bash
Executable File
#!/bin/bash
|
|
|
|
zthome="/Library/Application Support/ZeroTier/One"
|
|
export PATH="$zthome:/bin:/usr/bin:/sbin:/usr/sbin"
|
|
|
|
# Launch ZeroTier One (not as daemon... launchd monitors it)
|
|
exec zerotier-one
|