systemctl enable service(服務名稱)
系統會跳出
httpd.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig httpd on
確認是否有自動重啟成功
checonfig --list | grep "service"
有出現服務名稱代表成功嚕
END
systemctl enable service(服務名稱)
系統會跳出
httpd.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig httpd on
確認是否有自動重啟成功
checonfig --list | grep "service"
有出現服務名稱代表成功嚕
設定服務開機重啟 如何在Linux上將服務設定開機後自動重啟
Apache SSL憑證安裝與設定 Apache SSL憑證安裝與設定
Apache SSL憑證安裝與設定 Apache SSL憑證安裝與設定
docker 實作(一) 安裝 Install docker