diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-01 16:25:16 +0900 |
---|---|---|
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 | 71562f517490337c16f85f7104a49f47c6f74a1f (diff) | |
download | systemd-12bdeb58a63d790f5f83fc45819f61029c0d89bd.tar.gz |
unit: prioritize module devices
Also, prioritize tty and network devices.
Follow-up for 2336bde96420475ccb054326f27290fa0228f27d
Fixes #23850.
Diffstat (limited to 'units/systemd-udev-trigger.service')
-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 |