在RHEL / Centos 6 / etc / inittab中不推荐使用.那么我应该如何确保重建过程呢?
cd /etc/init vi scriptFileName.conf
并添加此内容
start on stopped rc RUNLEVEL=[12345] stop on runlevel [!12345] respawn exec /you/respawned/script.sh -your -parameters
保存文件然后启动此命令(没有文件的.conf)
start scriptFileName
就这样!