diff options
Diffstat (limited to 'content')
| -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: |
