From 20cf8d05cb151a1286a8c504e4c76a5f1e69587d Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 10 Aug 2026 14:49:55 +0300 Subject: Add chmod 600 mention --- content/posts/linux-oci-containers-as-jails/index.md | 1 + 1 file changed, 1 insertion(+) (limited to 'content/posts/linux-oci-containers-as-jails') diff --git a/content/posts/linux-oci-containers-as-jails/index.md b/content/posts/linux-oci-containers-as-jails/index.md index 4e4e06f..e20b9ab 100644 --- a/content/posts/linux-oci-containers-as-jails/index.md +++ b/content/posts/linux-oci-containers-as-jails/index.md @@ -289,6 +289,7 @@ You might want to implement these in some way. My own approach can be seen in th ```sh # Set up environment variables in this file [immich-server]$ touch /usr/local/etc/immich_server.env +[immich-server]$ chmod 600 /usr/local/etc/immich_server.env ``` Enable the service to start automatically on jail startup, and start it once right away: -- cgit v1.3