- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Linux/デーモン管理/systemd/サービスの自動起動 へ行く。
- 1 (2019-07-08 (月) 04:09:57)
サービスの自動起動
自動起動の有効化
systemctl enable postgresql
自動起動の無効化
systemctl disable postgresql
自動起動の設定の確認
systemctl is-enabled postgresql
systemctl enable postgresql
systemctl disable postgresql
systemctl is-enabled postgresql