cluster/services/storage: mkForce garage's StateDirectory
This commit is contained in:
parent
ce7654740a
commit
f973ca2084
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ in
|
||||||
ProtectSystem = true;
|
ProtectSystem = true;
|
||||||
User = "garage";
|
User = "garage";
|
||||||
Group = "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