Closed issue by JohnTill123 on void-packages repository https://github.com/void-linux/void-packages/issues/32795 Description: ### System * xuname: Void 5.13.13_1 x86_64 GenuineIntel/VM uptodate rFF * package: ufw-0.36_4 ### Expected behavior After installing ufw and enabling it, it will be "active" and remain "active" after a reboot. ### Actual behavior ufw is only active until a reboot, then it is "inactive" until it is manually enabled by the user. ### Steps to reproduce the behavior Install ufw as follows: #xbps-install ufw #xbps-reconfigure ufw #ufw enable #reboot #ufw status returns "inactive" ### FIX: $cd /etc/runit/runsvdir $sudo ln -s /etc/sv/ufw ufw This creates a symbolic link in the "/etc/runit/runsvdir" pointing to the "/etc/sf/ufw" directory where is the "run" file.