mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
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 New Issue
Block a user