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 32ccff5 commit 74be22bCopy full SHA for 74be22b
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