• 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2019-07-08T04:09:57+09:00","default:ryuichi","ryuichi")
#author("2019-07-08T04:13:16+09:00","default:ryuichi","ryuichi")
* サービスの自動起動 [#w00efd81]

** 自動起動の有効化 [#k6b5dacb]

 systemctl enable postgresql

** 自動起動の無効化 [#y7358f8b]

 systemctl disable postgresql

** 自動起動の設定の確認 [#yd08b3dc]

 systemctl is-enabled postgresql

** サービスの状態の確認 [#mc212c28]

 systemctl status postgresql
 
 -----------------
 Active: inactive    # 起動していない
 -----------------
 Active: active      # 起動している
 -----------------


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS