mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
forgejo: run runner state outside /var/lib/private
This commit is contained in:
parent
4f50ad500f
commit
711973945a
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ in
|
|||
|
||||
# Avoid /var/lib/private so the runner can write its state.
|
||||
systemd.services.gitea-runner-central.serviceConfig = {
|
||||
DynamicUser = false;
|
||||
DynamicUser = lib.mkForce false;
|
||||
StateDirectory = "gitea-runner/central";
|
||||
StateDirectoryMode = "0755";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue