我对系统pipe理相当陌生,我只是试图确保nginx在我的Amazon EC2实例上运行(运行Amazon linux)
我已经把脚本放在/etc/init.d中,但是似乎Amazon linux没有提供update-rc.d命令。 那么如何确保脚本在启动时运行?
Amazon Linux(实际上是CentOS,本质上是Red Hat)等同于update-rc.d
是chkconfig
。 http://www.cyberciti.biz/faq/rhel5-update-rcd-command/
chkconfig --add nginx chkconfig nginx on