fix: use StateDirectory
This commit is contained in:
parent
cc2db6bdc3
commit
09fa8a2232
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ in
|
|||
ExecStart = "${package}/bin/wormspace ${
|
||||
escapeShellArg (toString cfg.port)
|
||||
}";
|
||||
# WorkingDirectory = cfg.configPackage;
|
||||
StateDirectory = "wormspace";
|
||||
DynamicUser = true;
|
||||
User = "wormspace";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue