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.
This commit is contained in:
Gaël PORTAY 2020-03-05 12:38:31 -05:00 committed by Luca Boccassi
parent 7745379ea8
commit 0215f04a7e
1 changed files with 1 additions and 1 deletions

View File

@ -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>