Mac OS. systemctl: command not found

Launchctl     controls the startup process (launch) in the NAC OS X system 

There is a command line tool in Mac called: launchctl , which can be used to control the automatic startup or shutdown of services. The general syntax is
sudo launchctl load /path/to/service.plist sudo launchctl unload /path/to/service.plist

Guess you like

Origin blog.csdn.net/zdwzzu2006/article/details/130806561