From 818d9d68575077c69141e88d0e188f18683eeacc Mon Sep 17 00:00:00 2001 From: Jakob Zahn Date: Sun, 22 Dec 2024 22:32:40 +0100 Subject: [PATCH] Refine description of permissions on files in LAMINAR_HOME --- UserManual.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/UserManual.md b/UserManual.md index 1c342d5..08168f1 100644 --- a/UserManual.md +++ b/UserManual.md @@ -708,7 +708,10 @@ $LAMINAR_HOME/ └── laminar.sqlite ``` -`LAMINAR_HOME` and its content need to be at least owned by the user specified in `laminar.service`, which defaults to the system user `laminar`. +The user running `laminard` (by default the system user `laminar`) +- must have read/write access to `laminar.sqlite`, +- read/execute access to the contents of `cfg` and +- write access to `archive` and `run` if the running jobs are to have the ability to archive artifacts or utilize the workspace, respectively. ## Service configuration file