fix: use StateDirectory

This commit is contained in:
qvalentin 2025-03-04 20:41:25 +01:00
parent cc2db6bdc3
commit 09fa8a2232

View file

@ -34,7 +34,7 @@ in
ExecStart = "${package}/bin/wormspace ${
escapeShellArg (toString cfg.port)
}";
# WorkingDirectory = cfg.configPackage;
StateDirectory = "wormspace";
DynamicUser = true;
User = "wormspace";
};