On Thu, Feb 13, 2025 at 09:39:29 -0700, pe...@easthope.ca wrote: > # grep startup /etc/default/shorewall > # prevent startup with default configuration [Badly stated comment.] > startup=1 > > > And does 'systemctl status shorewall' show that it is enabled? > > # systemctl status shorewall > ○ shorewall.service - Shorewall IPv4 firewall > Loaded: loaded (/lib/systemd/system/shorewall.service; disabled; preset: > e>
It's a native systemd service (/lib/systemd/...) but the service is showing as disabled. systemctl enable shorewall systemctl start shorewall