Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.15.229.217
Current Path : /lib/udev/rules.d/ |
| Current File : //lib/udev/rules.d/90-bolt.rules |
# bolt udev rules
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Copyright © 2017 Red Hat, Inc
#
# Authors:
# Christian J. Kellner <ckellner@redhat.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"
|