1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
* xs- goes to iiab-

* more xs->iiab

* sysconfig was forgotten

* hyphen vs underscore i roles network templates

* bulk sed on pgsql-xs

* create links for old script names

* missed named-xs -> named-iiab

* squid-xs ->squid-iiab

* misspelled squid-iiab.conf.j2
This commit is contained in:
georgejhunt 2017-06-27 19:53:13 -07:00 committed by GitHub
parent 909439f40b
commit 4462652deb
36 changed files with 110 additions and 104 deletions

View file

@ -25,7 +25,7 @@ Environment=PG_OOM_ADJUST_VALUE=0
# PGSTARTTIMEOUT should be less than TimeoutSec value.
Environment=PGSTARTTIMEOUT=270
Environment=PGDATA=/library/pgsql-xs
Environment=PGDATA=/library/pgsql-iiab
ExecStart=/usr/lib/postgresql/{{ postgresql_version }}/bin/pg_ctl start -D ${PGDATA} -s -w -t ${PGSTARTTIMEOUT}
ExecStop=/usr/lib/postgresql/{{ postgresql_version }}/bin/pg_ctl stop -D ${PGDATA} -s -m fast
@ -42,5 +42,5 @@ WantedBy=multi-user.target
# --postgres_xs.service
.include /usr/lib/systemd/system/postgresql.service
[Service]
Environment=PGDATA=/library/pgsql-xs
Environment=PGDATA=/library/pgsql-iiab
{% endif %}