From a18d83c26422cae1022c6adafd401fbab5066fd5 Mon Sep 17 00:00:00 2001 From: Michael Zhivich Date: Fri, 12 Jul 2019 12:22:30 -0400 Subject: [PATCH] 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 --- man/systemd.offline-updates.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.offline-updates.xml b/man/systemd.offline-updates.xml index cd9c1b58656..06390669de5 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. -- 2.47.3