diff options
| author | Yurii Kolesnykov <root@yurikoles.com> | 2023-02-16 17:03:26 +0300 |
|---|---|---|
| committer | Yurii Kolesnykov <root@yurikoles.com> | 2023-02-28 15:16:29 +0300 |
| commit | d2f5852b7e73154349cdcf75040411554496d815 (patch) | |
| tree | 30a590dc12a6d6c759c48c05b6143deda519a04a /systemd-hook | |
| parent | 37393eca6f53c2c9188f1ccd7ad43827fffe2aef (diff) | |
| download | systemd-git-d2f5852b7e73154349cdcf75040411554496d815.tar.gz systemd-git-d2f5852b7e73154349cdcf75040411554496d815.tar.bz2 | |
sync with testing/systemd
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
Diffstat (limited to 'systemd-hook')
| -rw-r--r-- | systemd-hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd-hook b/systemd-hook index 0a4754b..e8fe033 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 ;; |
