我正在运行ubuntu 16.10。如果没有rc.d脚本启动nginx,为什么每次启动我的机器时它都会启动?如何在启动时保持nginx启动?我有Apache和nginx,但我最常使用Apache,我总是要手动停止nginx,然后启动Apache。
答案 0 :(得分:1)
使用upstart
sudo service nginx status
sudo service --status-all
使用systemd
sudo systemctl status nginx
sudo systemctl disable nginx