サービスの自動起動

自動起動の有効化

 systemctl enable postgresql

自動起動の無効化

 systemctl disable postgresql

自動起動の設定の確認

 systemctl is-enabled postgresql

サービスの状態の確認

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

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2019-07-08 (月) 04:13:16