ソースを参照
PostgreSQL 9.1 installs its pid into a different folder than 9.2
Justin Plock
11年前
コミッターのメールアドレスに関連付けられたアカウントが存在しません
|
@@ -1,4 +1,4 @@
|
1
|
|
-check process postgres with pidfile /opt/postgresql/9.2/main/postmaster.pid
|
|
1
|
+check process postgres with pidfile /var/run/postgresql/9.1-main.pid
|
2
|
2
|
group database
|
3
|
3
|
start program = "/etc/init.d/postgresql start"
|
4
|
4
|
stop program = "/etc/init.d/postgresql stop"
|