Skip to content

Commit acb8214

Browse files
staaldraadpcnc
andauthored
Apply suggestion from @pcnc
Co-authored-by: Paul Cioanca <[email protected]>
1 parent 2683ed1 commit acb8214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/postgresql_config/postgresql.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LimitNOFILE=16384
2424
{% if supabase_internal is defined %}
2525
ProtectHome=yes
2626
ReadOnlyPaths=/etc
27-
InaccessiblePaths=-/var/lib/supabase -/var/lib/supabase-admin-agent -/var/lib/cloud
27+
InaccessiblePaths=-/var/lib/supabase -/var/lib/supabase-admin-agent -/var/lib/cloud -/var/cache/supabase-admin-agent
2828
{% endif %}
2929
[Install]
3030
WantedBy=multi-user.target

0 commit comments

Comments
 (0)