We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae28f1 commit 489a834Copy full SHA for 489a834
ansible/files/pgbouncer_config/pgbouncer.service.j2
@@ -15,6 +15,8 @@ ExecStart=/usr/local/bin/pgbouncer /etc/pgbouncer/pgbouncer.ini
15
ExecReload=/bin/kill -HUP $MAINPID
16
KillSignal=SIGINT
17
LimitNOFILE=65536
18
+Restart=always
19
+RestartSec=5
20
21
[Install]
22
WantedBy=multi-user.target
0 commit comments