tinyramfs/hooks/systemd-udevd/systemd-udevd.init.late
2020-09-04 01:29:37 +03:00

9 lines
112 B
Bash

# vim: set ft=sh:
# shellcheck shell=sh
#
# false positive
# shellcheck disable=2154
{
udevadm control -e
}