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