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 ];
|
path = [ data.package ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
PIDFile = "/run/tinc.${network}.pid";
|
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
RestartSec = "3";
|
RestartSec = "3";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user