summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-08-10 14:49:55 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-08-10 14:49:55 +0300
commit20cf8d05cb151a1286a8c504e4c76a5f1e69587d (patch)
tree97dcd203ed643e8da35581cfad98e61b728d8918 /content
parent11362b8e739bc6ab1fd8421142f5131bd3097809 (diff)
Add chmod 600 mention
Diffstat (limited to 'content')
-rw-r--r--content/posts/linux-oci-containers-as-jails/index.md1
1 files changed, 1 insertions, 0 deletions
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: