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:
commit
793523d7bc
|
@ -166,7 +166,6 @@ in
|
|||
path = [ data.package ];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
PIDFile = "/run/tinc.${network}.pid";
|
||||
Restart = "always";
|
||||
RestartSec = "3";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue