tinyramfs/hooks/systemd-udevd/systemd-udevd.init.late

11 lines
137 B
Plaintext
Raw Normal View History

2020-07-27 14:02:22 +05:30
# vim: set ft=sh:
# shellcheck shell=sh
#
# false positive
# shellcheck disable=2154
#
# stop_systemd_udevd()
{
2020-08-07 05:02:39 +05:30
udevadm control -e
2020-07-27 14:02:22 +05:30
}