Zerotierone: How can zerotier on OSX be paused?

Created on 1 Apr 2015  路  2Comments  路  Source: zerotier/ZeroTierOne

I can run the zerotier-cli terminate command, after which the info command reports the machine to be offline. However after a few seconds it gets online automatically, just like documented. Is there any way to pause zerotier on OSX? How can I prevent the daemon from launching until I desire so?

question

Most helpful comment

This is not really pausing. Should be in the UI.

All 2 comments

On Mac, launchd auto-reloads loaded services. You can stop the service with:

sudo launchctl unload /Library/LaunchDaemons/com.zerotier.one.plist

It will start on next boot or:

sudo launchctl load /Library/LaunchDaemons/com.zerotier.one.plist

This is not really pausing. Should be in the UI.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hhhnb picture hhhnb  路  4Comments

Fastidious picture Fastidious  路  5Comments

williamheinz picture williamheinz  路  5Comments

kbumsik picture kbumsik  路  4Comments

coretemp picture coretemp  路  4Comments