It's a simple fix. These lines in netfilter-persistent.service:
Requires=systemd-modules-load
After=systemd-modules-load
need to change to this:
Requires=systemd-modules-load.service
After=systemd-modules-load.service
--
Neil Roeth

