mac開機啓動原理--apache

 

cd  /System/Library/LaunchDaemons/     //能夠看到全部自動啓動的plist文件html

想關掉mac下apache的開機啓動nginx

sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plistapache

若是想再打開:htm

sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plistblog

 

系統的開機啓動plist目錄:/System/Library/LaunchDaemons/進程

用戶的開啓啓動plist目錄:/Library/LaunchDaemons/it

 

launchd是Mac OS下,用於初始化系統環境的關鍵進程。相似Linux下的init, rc.此方法一樣也適用於禁用系統的一些服務,好比打印機,藍牙等.方法

 

mac下添加nginx的plist的實例:文件

http://www.cnblogs.com/zhongyuan/p/3313106.html co

 

相關連接:

https://liuzhichao.com/p/1667.html  //mac下去掉apache的開機啓動

相關文章
相關標籤/搜索