We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b48db commit e4f3d5eCopy full SHA for e4f3d5e
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