일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- jQuery
- 아파치
- 복현오거리
- nginx
- SKT
- iptime
- KB증권
- 소비전력
- ConoHa
- Apache
- 가상서버호스팅
- 스톤에이지
- 알뜰폰
- mysql
- 티스토리
- KB국민카드
- 킹북이초월
- OpenWrt
- 시놀로지
- 자바스크립트
- 리눅스
- Rocky
- PHP-FPM
- 윈도우10
- 보르비스초월
- proxmox
- 알리익스프레스
- php
- 램가스초월
- centos
- Today
- Total
맛집 여행 캠핑 일상 생활
리눅스 부팅시 데몬 실행 설정하기 본문
서버 부팅시 자동실행 되는 데몬을 설정해주는 방법
chkconfig --level 2345 auditd on
chkconfig --level 2345 fcoe off
chkconfig --level 2345 httpd on
chkconfig --level 2345 ip6tables off
chkconfig --level 2345 iptables on
chkconfig --level 2345 iscsi off
chkconfig --level 2345 iscsid off
chkconfig --level 2345 lldpad off
chkconfig --level 2345 mysqld on
chkconfig --level 2345 named on
chkconfig --level 2345 netfs on
chkconfig --level 2345 network on
chkconfig --level 2345 nfs off
chkconfig --level 2345 nfslock on
chkconfig --level 2345 portreserve off
chkconfig --level 2345 rpcbind on
chkconfig --level 2345 rpcgssd off
chkconfig --level 2345 rpcidmapd off
chkconfig --level 2345 rsyslog on
chkconfig --level 2345 saslauthd on
chkconfig --level 2345 sendmail on
chkconfig --level 2345 snmpd on
chkconfig --level 2345 sshd on
chkconfig --level 2345 udev-post on
chkconfig --level 2345 vsftpd on
chkconfig --level 2345 xinetd on
ntsysv 로 해도 상관없으나 위의 방법을 사용하면 스크립트로 설정이 가능하다.
'LAMP' 카테고리의 다른 글
리눅스 WebDAV 설정하기 (0) | 2016.02.05 |
---|---|
리눅스 IPTABLES 에 포트 추가하기 (0) | 2016.02.05 |
하나의 서버에 아파치 두개 서비스 하기 (0) | 2016.02.05 |
PHP FTP 업로드 함수 (0) | 2016.02.03 |
PHP 단축 URL 사용하기 (0) | 2016.02.03 |