반응형
1. 부팅시 자동으로 구동될 서비스 지정
# systemctl enable httpd.service
# systemctl enable mariadb.service
2. 부팅시 구동하지 않을 서비스 지정
# systemctl disable postfix.service

1. 부팅시 자동으로 구동될 서비스 지정
# systemctl enable httpd.service
# systemctl enable mariadb.service
2. 부팅시 구동하지 않을 서비스 지정
# systemctl disable postfix.service

댓글