일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 복현오거리
- iptime
- jQuery
- KB국민카드
- OpenWrt
- 램가스초월
- ConoHa
- 자바스크립트
- SKT
- 스톤에이지
- 라즈베리파이2
- 윈도우10
- php
- Rocky
- 아파치
- 보르비스초월
- 킹북이초월
- Apache
- centos
- mysql
- 소비전력
- 티스토리
- 알뜰폰
- PHP-FPM
- 가상서버호스팅
- 리눅스
- 알리익스프레스
- proxmox
- KB증권
- 시놀로지
- 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 |