Skip to content

Commit f224e9d

Browse files
committed
fix: drop pgbouncer from unit after
1 parent 83ebd03 commit f224e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/adminapi.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=AdminAPI
33
Requires=network-online.target
4-
After=network-online.target pgbouncer.service
4+
After=network-online.target
55

66
# Move this to the Service section if on systemd >=250
77
StartLimitIntervalSec=60

0 commit comments

Comments
 (0)