- 追加された行はこの色です。
- 削除された行はこの色です。
- Linux/デーモン管理/systemd/サービスの自動起動 へ行く。
- Linux/デーモン管理/systemd/サービスの自動起動 の差分を削除
#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 # 起動している -----------------