From 49090c079990ab24e8def39fb34a954fc5c7a324 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 10 May 2022 17:12:24 +0200 Subject: [PATCH] [docs-only] highlight critical section via a warning box --- docs/ocis/deployment/systemd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ocis/deployment/systemd.md b/docs/ocis/deployment/systemd.md index 55d723e046..a7efc3682a 100644 --- a/docs/ocis/deployment/systemd.md +++ b/docs/ocis/deployment/systemd.md @@ -37,7 +37,9 @@ Restart=always WantedBy=multi-user.target ``` +{{< hint warning >}} For reasons of simplicity we are using the root user and group to run oCIS which is not recommended. Please use a non-root user in production environments and modify the oCIS service definition accordingly. +{{< /hint >}} In the service definition we referenced `/etc/ocis/ocis.env` as our file containing environment variables for the oCIS process. In order to create the file we need first to create the folder `/etc/ocis/` and then we can add the actual `/etc/ocis/ocis.env` with following content: