Merge pull request #10078 from nmikhailov/nm_service

Enable setting extended NetworkManager hooks
This commit is contained in:
lethalman 2015-10-02 11:45:28 +02:00
commit 0474cb3c6d
1 changed files with 2 additions and 3 deletions

View File

@ -71,11 +71,10 @@ let
${coreutils}/bin/rm -f $tmp $tmp.ns ${coreutils}/bin/rm -f $tmp $tmp.ns
''; '';
# pre-up and pre-down hooks were added in NM 0.9.10, but we still use 0.9.0
dispatcherTypesSubdirMap = { dispatcherTypesSubdirMap = {
"basic" = ""; "basic" = "";
/*"pre-up" = "pre-up.d/"; "pre-up" = "pre-up.d/";
"pre-down" = "pre-down.d/";*/ "pre-down" = "pre-down.d/";
}; };
in { in {