
| Current Path : /lib/udev/rules.d/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //lib/udev/rules.d/90-bolt.rules |
# bolt udev rules
#
# SPDX-License-Identifier: GPL-2.1+
#
# Copyright © 2017 Red Hat, Inc
#
# Authors:
# Christian J. Kellner <ckellner@edhat.com>
#
ACTION=="remove", GOTO="bolt_end"
# start bolt service if we have a thunderbolt device connected
SUBSYSTEM=="thunderbolt", TAG+="systemd", ENV{SYSTEMD_WANTS}+="bolt.service"
LABEL="bolt_end"