Allow read/write on /run
This commit is contained in:
parent
8f25a59324
commit
48cac03ec9
|
@ -90,6 +90,7 @@ in {
|
||||||
RestartSec = "5s";
|
RestartSec = "5s";
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
PIDFile = "/run/objectifier.pid";
|
PIDFile = "/run/objectifier.pid";
|
||||||
|
ReadWritePaths = [ "/run" ];
|
||||||
ExecStart = let
|
ExecStart = let
|
||||||
bindClause = concatStringsSep " "
|
bindClause = concatStringsSep " "
|
||||||
(map (addr: "--bind ${addr}:${toString cfg.port}")
|
(map (addr: "--bind ${addr}:${toString cfg.port}")
|
||||||
|
|
Loading…
Reference in New Issue