手贱,升级了max os x 到Yosemite,系统默认装了nginx,php,开机会自动启动!
开机启动脚本默认在下面位置:
/Library/LaunchDaemons/com.root.nginx-start.plist
有下面一行:
<string>/usr/shell/nginx-start</string>, 可见,开机时启动了/usr/shell/nginx-start脚本了
我修改这个脚本,让开机启动我原来的环境:lighttpd + php + mysql:
/web/lighttpd/sbin/lighttpd -f /web/lighttpd/conf/lighttpd.conf
时间: 2024-12-20 18:44:26