Hi, with help from Alam_Squeeze on irc #debian-systemd we found a way to fix this issue:
The init script /etc/init.d/shorewall had to be modified like
-# Default-Start: S
+# Default-Start: 2 3 4 5
and then I ran:
update-rc.d shorewall remove
update-rc.d shorewall defaults
After that, shorewall was started properly after boot and the
dependency circle was gone.
Best regards,
Andi
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

