ソースからインストールしたPostgreSQLの自動起動設定
PostgreSQL 説明 [#ee55550f] ソースの中に自動起動用のスクリプトがあるので、それをコピーしてchkconfigで有効にする
cp /home/postgres/postgresql-9.2.6/contrib/start-scripts/linux /etc/init.d/postgresql # chkconfig –add postgresql # chkconfig postgresql on # chkconfig postgresql –list postgresql 0:off 1:off 2:on 3:on 4:on 5:on 6:off
One minute to read