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 ];
|
path = [ pkgs.iptables ];
|
||||||
|
|
||||||
|
after = [ "systemd-modules-load.service" ];
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
${helpers}
|
${helpers}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user