New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/issues/32795#issuecomment-910508667 Comment: > ### Expected behavior > After installing ufw and enabling it, it will be "active" and remain "active" after a reboot. Is this the default behavior on other Linux distributions? Ubuntu also uses a oneshot service to start ufw on boot, but in contrast to Void they seem to auto-enable it. > ``` > $ cd /etc/runit/runsvdir > $ sudo ln -s /etc/sv/ufw ufw > ``` Is there a reason why you are not using /var/service/ to enable services?