Merge pull request #28089 from volth/patch-9

nixos/tinc: do not tell systemd where is pidfile
This commit is contained in:
Joachim F
2017-08-11 13:31:57 +00:00
committed by GitHub

View File

@@ -166,7 +166,6 @@ in
path = [ data.package ];
serviceConfig = {
Type = "simple";
PIDFile = "/run/tinc.${network}.pid";
Restart = "always";
RestartSec = "3";
};