3
0
Fork 0
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:
Eelco Dolstra 2014-04-17 18:10:20 +02:00
parent bfda72c2f9
commit 8dcf76480c

View file

@ -273,6 +273,8 @@ in
path = [ pkgs.iptables ];
after = [ "systemd-modules-load.service" ];
preStart =
''
${helpers}