mirror of
https://gitea.0xace.cc/ansible-galaxy/pgbouncer.git
synced 2024-11-24 20:56:40 +00:00
make service restart on failure and increase open file limit
This commit is contained in:
parent
c3d27c367b
commit
55e2796059
@ -70,6 +70,8 @@
|
|||||||
User={{ pgbouncer_systemd_user }}
|
User={{ pgbouncer_systemd_user }}
|
||||||
Group=
|
Group=
|
||||||
Group={{ pgbouncer_systemd_group }}
|
Group={{ pgbouncer_systemd_group }}
|
||||||
|
LimitNOFILE=1048576
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
- name: Enable log rotation with logrotate
|
- name: Enable log rotation with logrotate
|
||||||
copy:
|
copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user