diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-08-10 14:49:55 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-08-10 14:49:55 +0300 |
| commit | 20cf8d05cb151a1286a8c504e4c76a5f1e69587d (patch) | |
| tree | 97dcd203ed643e8da35581cfad98e61b728d8918 | |
| parent | 11362b8e739bc6ab1fd8421142f5131bd3097809 (diff) | |
Add chmod 600 mention
| -rw-r--r-- | content/posts/linux-oci-containers-as-jails/index.md | 1 |
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: |
