fix: WorkingDirectory

This commit is contained in:
qvalentin 2025-03-04 20:45:06 +01:00
parent 09fa8a2232
commit 739b3c585b

View file

@ -35,6 +35,7 @@ in
escapeShellArg (toString cfg.port) escapeShellArg (toString cfg.port)
}"; }";
StateDirectory = "wormspace"; StateDirectory = "wormspace";
WorkingDirectory="/var/lib/wormspace";
DynamicUser = true; DynamicUser = true;
User = "wormspace"; User = "wormspace";
}; };