1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2025-06-13 12:54:29 +00:00

Refine description of permissions on files in LAMINAR_HOME

This commit is contained in:
Jakob Zahn 2024-12-22 22:32:40 +01:00
parent 336fb4c877
commit 818d9d6857

View File

@ -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