forked from mirrors/nixpkgs
firewall: Order after systemd-modules-load.service
This ensures that connection tracking modules are loaded on time.
This commit is contained in:
parent
bfda72c2f9
commit
8dcf76480c
|
@ -273,6 +273,8 @@ in
|
|||
|
||||
path = [ pkgs.iptables ];
|
||||
|
||||
after = [ "systemd-modules-load.service" ];
|
||||
|
||||
preStart =
|
||||
''
|
||||
${helpers}
|
||||
|
|
Loading…
Reference in a new issue