tinyramfs/hooks/systemd-udevd/systemd-udevd.init.late
2020-08-07 02:32:39 +03:00

11 lines
137 B
Bash

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