rhel6_inittab_respawn

문서의 이전 판입니다!


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'
로그인하면 댓글을 남길 수 있습니다.
  • rhel6_inittab_respawn.1447906790.txt.gz
  • 마지막으로 수정됨: 2015/11/19 04:19
  • 저자 admin