mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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
1 changed files with 2 additions and 0 deletions
|
@ -273,6 +273,8 @@ in
|
|||
|
||||
path = [ pkgs.iptables ];
|
||||
|
||||
after = [ "systemd-modules-load.service" ];
|
||||
|
||||
preStart =
|
||||
''
|
||||
${helpers}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue