Hello and thank you in advance.
Đ¢here is no contents.d directory, please help.
See the wiki entry (https://wiki.artixlinux.org/Main/S6#Updating_bundle_contents).
touch /etc/s6/adminsv/default/contents.d/firewalld
cd /etc/s6/adminsv/default/contents.d/
s6-db-reload
s6-rc-bundle-update is now deprecated and may be removed in the future!
Bundle contents should be updated by touching files in the contents.d directory and running s6-db-reload!
That just means you have other services that were added to a bundle (most likely the default one) by using s6-rc-bundle-update
Thank you. How to check which else do I need to add with touch ?
You can use s6-rc-db to check the contents of the bundle. If you see services in there that are not in the contents.d directory, then you know those are things you need to add with touch.
Strangely, none of the contents of s6-rc-db are in adminsv/default/contents.d. All I see in there is `boot`
This is normal, until you touch what you want to be enabled in that dir
I see.
Is `boot` itself a service? Where can I find it?
Edit: Never mind, I'm dumb. Just figuring this out now.