From: Gaël PORTAY Date: Thu, 5 Mar 2020 17:38:31 +0000 (-0500) Subject: man: fix path reference to unit file X-Git-Tag: v248-rc1~441 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0215f04a7ebd1ab1da4b4279d5057953ae1ebcaa;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd.offline-updates.xml b/man/systemd.offline-updates.xml index ef02d6f931d..67064517666 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 systemctl enable 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 - /usr/lib/systemd/system-update.target.wants/foobar.service + /usr/lib/systemd/system/system-update.target.wants/foobar.service → ../foobar.service to your package.