「Linux」apacheサービスの自動起動を有効する方法
操作方法
状態を表示
# systemctl status httpd
自動起動を有効
# systemctl enable httpd
自動起動を無効
# systemctl disable httpd
Coding Changes the World
操作方法
状態を表示
# systemctl status httpd
自動起動を有効
# systemctl enable httpd
自動起動を無効
# systemctl disable httpd