°Ô½Ã¹° 259°Ç
   
[redhat6.7] init.d¿¡ ÀÚµ¿ ½ÇÇà µî·ÏÇϱâ [ chkconfig ]
±Û¾´ÀÌ : theko ³¯Â¥ : 2017-01-12 (¸ñ) 17:21 Á¶È¸ : 2199
#!/bin/bash
# chkconfig: 2345 91 90       // 91Àº  chkconfig add ½Ã ½ÃÀÛÇÒ¶§ ³Ñ¹ö 90Àº Á×¾îÀÖÀ»¶§ ³Ñ¹ö
# description: test service     // ¿©±â±îÁö ¼¼ÁÙÀº ²À³Ö¾îÁà¾ß ÇÔ
case "$1" in
        start)
        touch /root/theko.deamon
        ;;
        stop)
        rm -rf /root/theko.deamon
        ;;
        *)
                echo "Usage {start|stop}"
        exit 1
        ;;
esac
exit 0

# chmod 755 theko
# mv theko /etc/init.d/

# chkconfig --add theko
# chkconfig theko  on




À̸§ Æнº¿öµå
ºñ¹Ð±Û (üũÇÏ¸é ±Û¾´À̸¸ ³»¿ëÀ» È®ÀÎÇÒ ¼ö ÀÖ½À´Ï´Ù.)
¿ÞÂÊÀÇ ±ÛÀÚ¸¦ ÀÔ·ÂÇϼ¼¿ä.
   

miwit.com sir.co.kr DNS Powered by DNSEver.com DNS Powered by DNSEver.com