* Remove "modprobe af_packet". It's loaded automatically when needed.
svn path=/nixos/trunk/; revision=26277
This commit is contained in:
parent
ee4e004cc4
commit
7205c31ea3
@ -162,12 +162,10 @@ in
|
|||||||
|
|
||||||
startOn = "stopped udevtrigger";
|
startOn = "stopped udevtrigger";
|
||||||
|
|
||||||
path = [ config.system.sbin.modprobe pkgs.iproute ];
|
path = [ pkgs.iproute ];
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
modprobe af_packet || true
|
|
||||||
|
|
||||||
${pkgs.lib.concatMapStrings (i:
|
${pkgs.lib.concatMapStrings (i:
|
||||||
if i.macAddress != "" then
|
if i.macAddress != "" then
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user