Skip to content

Commit bc57dbd

Browse files
committed
fix: missed this one
1 parent 2bb1295 commit bc57dbd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ansible/files/pgbouncer_config/pgbouncer.service.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Documentation=man:pgbouncer(1)
44
Documentation=https://www.pgbouncer.org/
55
After=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]

audit-specs/baselines/baseline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

audit-specs/baselines/prod-deployed/files-systemd-deployed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ file:
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'

0 commit comments

Comments
 (0)