카테고리 없음

CentOS 7 설정 - 4. 부팅시 서비스 지정

fsteam 2020. 4. 16.
반응형

1. 부팅시 자동으로 구동될 서비스 지정

# systemctl enable httpd.service
# systemctl enable mariadb.service

 

2. 부팅시 구동하지 않을 서비스 지정

# systemctl disable postfix.service

댓글