move device managers to hooks
This commit is contained in:
10
hooks/systemd-udevd/systemd-udevd.init.late
Normal file
10
hooks/systemd-udevd/systemd-udevd.init.late
Normal file
@@ -0,0 +1,10 @@
|
||||
# vim: set ft=sh:
|
||||
# shellcheck shell=sh
|
||||
#
|
||||
# false positive
|
||||
# shellcheck disable=2154
|
||||
#
|
||||
# stop_systemd_udevd()
|
||||
{
|
||||
kill "$systemd_udevd_pid"
|
||||
}
|
Reference in New Issue
Block a user