Re: ufw setup & operation failure | Artix, runit with plasma
Reply #3 –
I got this sorted by first installing these two packages:
pacman -S ufw ufw-runit
Then you have to manually enable the ufw service:
ln -s /etc/runit/sv/ufw /run/runit/service
I am not sure why the ufw-runit package does not automatically create that symbolic link, but you have to create it manually before ufw will start automatically at boot.