articles:centos7_systemctl

CentOS 7.xのサービス設定(systemctl)

CentOS 6.xでは、servicechkconfigコマンドで行っていたサービスの設定を、 CentOS 7.xではsystemctlコマンドで実行する。

systemctl list-units [検索パターン]
systemctl list-unit-files [検索パターン]
systemctl status httpd.service
systemctl enable httpd.service
systemctl disable httpd.service
systemctl start httpd.service
systemctl stop httpd.service
systemctl restart httpd.service

サイト固有のユニットファイルを作成した場合は/etc/systemd/systemに置く。 置いた後はsystemctl daemon-reloadを実行してユニットファイルを再読み込みする。

  • 最終更新: 2020-07-30 19:29
  • by nabium