systemctl status xxxx.service(or timer or target) 各サービス等が自動起動するか否かを確認するコマンド systemctl list-unit-files -t service(or timer or target) 特定サービス等を狙い撃ちで自動起動するかどうかの確認 systemctl is-enabled xxxx.service(or timer or target) 特定サービス等を...
systemctl status httpd systemctl status httpd.service ざっくりsystemctlコマンドを即時反映、自動起動、状態確認の3つの系統に分けてメモ。 1. 即時反映系 開始 systemctl start サービス名 停止 systemctl stop サービス名 再起動 systemctl restart サービス名 リロード systemctl reload サービス名 ...