diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-29 01:19:24 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-29 01:40:34 -0500 |
commit | 2b656050b624312a472cc5df6870999745bd8ad5 (patch) | |
tree | a4c3b01433831a38be3536b9160da3675f6b0e7a /units | |
parent | 920ec31b5ffeb8695bef68e0dc082c0fc22965d3 (diff) |
man: update the description of offline updates
- use "service" instead of "script", because various offline updaters that we have
aren't really scripts, e.g. dnf-plugin-system-upgrade, packagekit-offline-update,
fwupd-offline-update.
- strongly recommend After=sysinit.target, Wants=sysinit.target
- clarify a bit what should happen when multiple update services are started
- replace links to the wiki with refs to the man page that replaced it.
Diffstat (limited to 'units')
-rw-r--r-- | units/system-update.target | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/system-update.target b/units/system-update.target index 48d46fcbda..4054112c84 100644 --- a/units/system-update.target +++ b/units/system-update.target @@ -6,8 +6,8 @@ # (at your option) any later version. [Unit] -Description=System Update -Documentation=http://freedesktop.org/wiki/Software/systemd/SystemUpdates +Description=Offline System Update +Documentation=man:systemd.offline-updates(7) Documentation=man:systemd.special(7) man:systemd-system-update-generator(8) Requires=sysinit.target Conflicts=shutdown.target |