This bundle is started on boot and everything that is desired to be autostarted should be part of it. Minimize the amount of services in this bundle. s6-rc will automatically start (and stop) all dependencies. Add only what should be unconditionally there. An example of this would be a service to mount a storage device containing photos. No other service will probably depend on this, since none needs the photos, but the user still needs this to be mounted.