diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-11 18:20:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-12 03:08:16 -0400 |
commit | e538b9d7a7043b4dd68316488938534782b8bcbe (patch) | |
tree | b075f9dd9026ba3efc0684d66a4a1f2d760eb78c /libre/systemd/systemd-hook | |
parent | 36874999c237bac6bed665e4380ad5004e46fd4b (diff) | |
download | abslibre-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-hook | 2 |
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 ;; |