Browse Source

* fixed status command and added force restart command on sshadminpg.cfg

git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@77 471cc25b-571d-0410-8e29-1f4f9b506cef
master
Nagy Karoly Gabriel 17 years ago
parent
commit
c58ae7a9d4
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      99-final/sshadminpg.cfg

+ 2
- 1
99-final/sshadminpg.cfg

@ -3,4 +3,5 @@ pathPGbinaries = /opt/postgresql/bin/
SUpostgres = su - postgres -c
cmdMakeDumpDir = /opt/postgresql/bin/pg_backup.sh configtest
cmdPGrestart = sv h /service/postgresql
cmdPGstatus = sv -l /service/postgresql
cmdPGstatus = sv s /service/postgresql
cmdPGForceRestart = sv i /service/postgresql

Loading…
Cancel
Save