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

Include custom directory in the description of permissions

This commit is contained in:
Jakob Zahn 2024-12-22 22:42:50 +01:00
parent 818d9d6857
commit 79561cd5ea

View File

@ -710,7 +710,7 @@ $LAMINAR_HOME/
The user running `laminard` (by default the system user `laminar`) The user running `laminard` (by default the system user `laminar`)
- must have read/write access to `laminar.sqlite`, - must have read/write access to `laminar.sqlite`,
- read/execute access to the contents of `cfg` and - read/execute access to the contents of `cfg` and `custom` and
- write access to `archive` and `run` if the running jobs are to have the ability to archive artifacts or utilize the workspace, respectively. - 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 ## Service configuration file