3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 793523d7bc

View file

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