mirror of
https://github.com/NAStools/zerotierone.git
synced 2024-11-12 08:30:43 -08: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
|