Platform 23.11 #96
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ in
|
|||
ProtectSystem = true;
|
||||
User = "garage";
|
||||
Group = "garage";
|
||||
StateDirectory = lib.removePrefix "/var/lib/" cfg.settings.metadata_dir;
|
||||
StateDirectory = lib.mkForce (lib.removePrefix "/var/lib/" cfg.settings.metadata_dir);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue