summarylogtreecommitdiffstats
path: root/systemd-hook
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-11 11:19:28 +0100
committerNicolas Iooss2023-03-11 11:19:28 +0100
commit939b51b4d3fa43561ed3fb99ee138c90b0739e93 (patch)
tree766f0ea3f63fd3b5496fa96f2133555a6f90f85a /systemd-hook
parent92e4b2f6f86252680f976fa566597a1fe3b77210 (diff)
downloadaur-939b51b4d3fa43561ed3fb99ee138c90b0739e93.tar.gz
systemd-selinux 253.1-3 update
Diffstat (limited to 'systemd-hook')
-rw-r--r--systemd-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-hook b/systemd-hook
index 0a4754b21647..e8fe033304d2 100644
--- a/systemd-hook
+++ b/systemd-hook
@@ -33,7 +33,7 @@ case "$op" in
tmpfiles) /usr/bin/systemd-tmpfiles --create ;;
daemon-reload) systemd_live; /usr/bin/systemctl daemon-reload ;;
- udev-reload) udevd_live; /usr/bin/udevadm control --reload ;;
+ udev-reload) udevd_live; /usr/bin/udevadm control --reload; /usr/bin/udevadm trigger ;;
binfmt) systemd_live; /usr/lib/systemd/systemd-binfmt ;;
sysctl) systemd_live; /usr/lib/systemd/systemd-sysctl ;;