File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ansible/files/pgbouncer_config Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Documentation=man:pgbouncer(1)
44Documentation=https://www.pgbouncer.org/
55After=network.target
66{% if supabase_internal is defined %}
7- Requires=database_optimizations .service
8- After=database_optimizations .service
7+ Requires=database-optimizations .service
8+ After=database-optimizations .service
99{% endif %}
1010
1111[Service]
Original file line number Diff line number Diff line change @@ -5461,7 +5461,7 @@ file:
54615461 owner: "0"
54625462 group: "0"
54635463 filetype: file
5464- /etc/systemd/system/database_optimizations .service:
5464+ /etc/systemd/system/database-optimizations .service:
54655465 exists: true
54665466 mode: "0644"
54675467 owner: "0"
Original file line number Diff line number Diff line change 5555 group : ' 0'
5656 mode : ' 0644'
5757 owner : ' 0'
58- /etc/systemd/system/database_optimizations .service :
58+ /etc/systemd/system/database-optimizations .service :
5959 exists : true
6060 filetype : file
6161 group : ' 0'
You can’t perform that action at this time.
0 commit comments