l 2 hfos: raise iptables restart delay

This commit is contained in:
lassulus 2017-04-30 18:48:22 +02:00
parent c5b1857384
commit b3948e24f5

View File

@ -40,7 +40,7 @@ with import <stockholm/lib>;
systemd.services.libvirtd.serviceConfig.ExecStartPost = let
restart-iptables = pkgs.writeDash "restart-iptables" ''
#soo hacky
${pkgs.coreutils}/bin/sleep 1s
${pkgs.coreutils}/bin/sleep 5s
${pkgs.systemd}/bin/systemctl restart krebs-iptables.service
'';
in restart-iptables;