From: Michael Zhivich Date: Fri, 12 Jul 2019 16:22:30 +0000 (-0400) Subject: man: offline-updates: make dependence on system-update.target explicit X-Git-Tag: v243~247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a18d83c26422cae1022c6adafd401fbab5066fd5;p=platform%2Fupstream%2Fsystemd.git man: offline-updates: make dependence on system-update.target explicit Current operation of system-update-cleanup.service (removing /system-update symlink and rebooting) implies that any update must complete *before* system-update.target is reached. Update recommendations to include explicitly setting Before=system-update.target in services that use offline-updates mode. Signed-off-by: Michael Zhivich --- diff --git a/man/systemd.offline-updates.xml b/man/systemd.offline-updates.xml index cd9c1b5..0639066 100644 --- a/man/systemd.offline-updates.xml +++ b/man/systemd.offline-updates.xml @@ -133,7 +133,7 @@ The update service should declare DefaultDependencies=no, Requires=sysinit.target, After=sysinit.target, - After=system-update-pre.target + After=system-update-pre.target, Before=system-update.target and explicitly pull in any other services it requires.