We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084b914 commit 9d2081cCopy full SHA for 9d2081c
ansible/files/postgresql_config/postgresql.service.j2
@@ -21,5 +21,8 @@ RestartSec=5
21
OOMScoreAdjust=-1000
22
EnvironmentFile=-/etc/environment.d/postgresql.env
23
LimitNOFILE=16384
24
+{% if supabase_internal is defined %}
25
+ReadOnlyPaths=/etc
26
+{% endif %}
27
[Install]
28
WantedBy=multi-user.target
0 commit comments