From 0215f04a7ebd1ab1da4b4279d5057953ae1ebcaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Thu, 5 Mar 2020 12:38:31 -0500 Subject: [PATCH] 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. --- 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 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 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.