summaryrefslogtreecommitdiff
path: root/man/systemd.offline-updates.xml
diff options
context:
space:
mode:
authorGaël PORTAY <gael.portay@collabora.com>2020-03-05 12:38:31 -0500
committerLuca Boccassi <luca.boccassi@gmail.com>2020-12-31 11:43:44 +0000
commit0215f04a7ebd1ab1da4b4279d5057953ae1ebcaa (patch)
tree7867e1aac3a1e9ac1523f9ae534b010fba2d810f /man/systemd.offline-updates.xml
parent7745379ea8c1d08ecde9ccd15af1a76cdac91cc5 (diff)
downloadsystemd-0215f04a7ebd1ab1da4b4279d5057953ae1ebcaa.tar.gz
man: fix path reference to unit file
The unit files are located at path /usr/lib/systemd/system. This fixes the path reference to the unit file by adding the missing path component system.
Diffstat (limited to 'man/systemd.offline-updates.xml')
-rw-r--r--man/systemd.offline-updates.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.offline-updates.xml b/man/systemd.offline-updates.xml
index ef02d6f931..6706451766 100644
--- a/man/systemd.offline-updates.xml
+++ b/man/systemd.offline-updates.xml
@@ -110,7 +110,7 @@
symlink in the distribution package, rather than depending on <command>systemctl
enable</command> in the postinst scriptlets of your package. More specifically, for your
update script create a .service file, without [Install] section, and then add a symlink like
- <filename index="false">/usr/lib/systemd/system-update.target.wants/foobar.service</filename>
+ <filename index="false">/usr/lib/systemd/system/system-update.target.wants/foobar.service</filename>
→ <filename index="false">../foobar.service</filename> to your package.</para>
</listitem>