프로그래밍/linux
[linux] centos7 서버,디비 자동 실행 httpd,mysql
2hansoul
2022. 3. 15. 20:50
반응형
[root@localhost etc]# systemctl enable httpd
Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to /usr/lib/systemd/system/httpd.service.
[root@localhost etc]# systemctl enable mariadb
Created symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service
반응형