diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-01 09:25:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-07-01 15:47:45 +0200 |
commit | 12bdeb58a63d790f5f83fc45819f61029c0d89bd (patch) | |
tree | 00d37d4aad71d0b390a876da794b5434ed3af93f /units/systemd-udev-trigger.service | |
parent | build(deps): bump meson from 0.62.0 to 0.62.2 in /.github/workflows (diff) | |
download | systemd-12bdeb58a63d790f5f83fc45819f61029c0d89bd.tar.xz systemd-12bdeb58a63d790f5f83fc45819f61029c0d89bd.zip |
unit: prioritize module devices
Also, prioritize tty and network devices.
Follow-up for 2336bde96420475ccb054326f27290fa0228f27d
Fixes #23850.
Diffstat (limited to '')
-rw-r--r-- | units/systemd-udev-trigger.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-udev-trigger.service b/units/systemd-udev-trigger.service index 5e91995060..0175a14858 100644 --- a/units/systemd-udev-trigger.service +++ b/units/systemd-udev-trigger.service @@ -19,4 +19,4 @@ ConditionPathIsReadWrite=/sys [Service] Type=oneshot RemainAfterExit=yes -ExecStart=-udevadm trigger --type=all --action=add --prioritized-subsystem=block,tpmrm +ExecStart=-udevadm trigger --type=all --action=add --prioritized-subsystem=module,block,tpmrm,tty,net |