severity 796611 grave thanks This is currently causing my system to boot without networking. I am increasing the severity since other (rather important!) packages are affected (I assume that I was just lucky until now).
I'm currently using the attached unit file to work around the breakage. It's the same as the one I sent in before, but with WantedBy=sysinit.target as advised by Felipe Sateler in the thread above. -- Sam Morris https://robots.org.uk/ PGP: rsa4096/5CDA27B9 CAAA AA1A CA69 A83A 892B 1855 D20B 4202 5CDA 27B9
[Unit] Description=ferm firewall configuration DefaultDependencies=no Wants=network-pre.target Before=network-pre.target shutdown.target Conflicts=suhtdown.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/sbin/ferm /etc/ferm/ferm.conf ExecReload=/usr/sbin/ferm /etc/ferm/ferm.conf ExecStop=/usr/sbin/ferm -F /etc/ferm/ferm.conf [Install] WantedBy=sysinit.target

