RHEL5에서 inittab에 기입하던 respawn 명령을 RHEL6에서는 /etc/init/디렉토리에 아래 형식으로 작성해야 한다.

start on stopped rc RUNLEVEL=[2345]
#stop on starting rc RUNLEVEL=[!3]
console output
respawn
#chdir /tmp
exec /bin/su -c 'echo test > ~root/test.txt'

https://access.redhat.com/solutions/650793
https://access.redhat.com/solutions/46835