summaryrefslogtreecommitdiff
path: root/libre/systemd/systemd-hook
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-07-11 18:20:13 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-12 03:08:16 -0400
commite538b9d7a7043b4dd68316488938534782b8bcbe (patch)
treeb075f9dd9026ba3efc0684d66a4a1f2d760eb78c /libre/systemd/systemd-hook
parent36874999c237bac6bed665e4380ad5004e46fd4b (diff)
downloadabslibre-e538b9d7a7043b4dd68316488938534782b8bcbe.tar.gz
abslibre-e538b9d7a7043b4dd68316488938534782b8bcbe.tar.bz2
abslibre-e538b9d7a7043b4dd68316488938534782b8bcbe.zip
libre/systemd: Reduce differences with Arch
Diffstat (limited to 'libre/systemd/systemd-hook')
-rw-r--r--libre/systemd/systemd-hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/systemd/systemd-hook b/libre/systemd/systemd-hook
index 79505dfe8..0a664f2c5 100644
--- a/libre/systemd/systemd-hook
+++ b/libre/systemd/systemd-hook
@@ -22,7 +22,7 @@ case $1 in
tmpfiles) /usr/bin/systemd-tmpfiles --create ;;
daemon-reload) systemd_live; /usr/bin/systemctl daemon-reload ;;
- udev-reload) systemd_live; /usr/bin/udevadm control --reload ;;
+ udev-reload) udevd_live; /usr/bin/udevadm control --reload ;;
binfmt) systemd_live; /usr/lib/systemd/systemd-binfmt ;;
sysctl) systemd_live; /usr/lib/systemd/systemd-sysctl ;;