world/bolt udev rule wants to start a systemd service.
I hereby want to note:
The package "world/bolt" installs a file /usr/lib/udev/rules.d/90-bolt.rules that references a systemd service, which obviously is not supported on Artix:
[...]
# start bolt service if we have a thunderbolt device connected
SUBSYSTEM=="thunderbolt", TAG+="systemd", ENV{SYSTEMD_WANTS}+="bolt.service"
[...]
.. I think this should be fixed to use a proper Artix-compatible service instead.
Regards!