The following changes were made:

* Removed modules from Should-Start in init script
  * Added udevadm hwdb --update to usher
This commit is contained in:
2018-10-01 16:54:26 -05:00
parent f32df69db5
commit 8603d9ecdf
3 changed files with 4 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ case $1 in
/proc/1/root 2>/dev/null)" ]; then
/etc/init.d/udevd restart
fi
udevadm hwdb --update
;;
prerm)
exit 0