Skip to main content
Topic: world/bolt udev rule wants to start a systemd service. (Read 249 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

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:
Code: [Select]
[...]
# 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!

Re: world/bolt udev rule wants to start a systemd service.

Reply #1
done!
thank you for mentioning it.

Re: world/bolt udev rule wants to start a systemd service.

Reply #2

I have updated to the just now updated world/bolt version 0.9.6-1.1, and /usr/lib/udev/rules.d/90-bolt.rules still has the cited line.