We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2683ed1 commit acb8214Copy full SHA for acb8214
ansible/files/postgresql_config/postgresql.service.j2
@@ -24,7 +24,7 @@ LimitNOFILE=16384
24
{% if supabase_internal is defined %}
25
ProtectHome=yes
26
ReadOnlyPaths=/etc
27
-InaccessiblePaths=-/var/lib/supabase -/var/lib/supabase-admin-agent -/var/lib/cloud
+InaccessiblePaths=-/var/lib/supabase -/var/lib/supabase-admin-agent -/var/lib/cloud -/var/cache/supabase-admin-agent
28
{% endif %}
29
[Install]
30
WantedBy=multi-user.target
0 commit comments