make xl2tpd quit when the connections close

This commit is contained in:
Daniel Barlow
2024-07-08 20:29:48 +01:00
parent 8f0ab5be40
commit 159bfa3057
3 changed files with 62 additions and 2 deletions

View File

@@ -291,4 +291,8 @@ extraPkgs // {
translateManpages = false;
capabilitiesSupport = false;
};
xl2tpd = prev.xl2tpd.overrideAttrs(o: {
patches = [ ./pkgs/xl2tpd-exit-on-close.patch ];
});
}