From 0768ef96381e01ac2939947af6272510473fbed0 Mon Sep 17 00:00:00 2001 From: Yurii Kolesnykov Date: Sun, 9 Sep 2018 13:56:35 +0300 Subject: 239.729-2 --- systemd-hook | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'systemd-hook') diff --git a/systemd-hook b/systemd-hook index 4fdee8e..0a664f2 100644 --- a/systemd-hook +++ b/systemd-hook @@ -14,23 +14,17 @@ udevd_live() { fi } -each_conf() { - while read -r f; do - "$@" "$(basename "$f")" - done -} - case $1 in catalog) /usr/bin/journalctl --update-catalog ;; hwdb) /usr/bin/systemd-hwdb --usr update ;; update) touch -c /usr ;; - sysusers) each_conf /usr/bin/systemd-sysusers ;; - tmpfiles) each_conf /usr/bin/systemd-tmpfiles --create ;; + sysusers) /usr/bin/systemd-sysusers ;; + tmpfiles) /usr/bin/systemd-tmpfiles --create ;; daemon-reload) systemd_live; /usr/bin/systemctl daemon-reload ;; udev-reload) udevd_live; /usr/bin/udevadm control --reload ;; - binfmt) systemd_live; each_conf /usr/lib/systemd/systemd-binfmt ;; - sysctl) systemd_live; each_conf /usr/lib/systemd/systemd-sysctl ;; + binfmt) systemd_live; /usr/lib/systemd/systemd-binfmt ;; + sysctl) systemd_live; /usr/lib/systemd/systemd-sysctl ;; *) echo >&2 " Invalid operation '$1'"; exit 1 ;; esac -- cgit v1.2.3-70-g09d2