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