fix: WorkingDirectory
This commit is contained in:
parent
09fa8a2232
commit
739b3c585b
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue