mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-10 00:58:20 +03:00
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. (cherry picked from commit 0215f04a7ebd1ab1da4b4279d5057953ae1ebcaa)
This commit is contained in:
parent
1f39070e40
commit
d0b76f0738
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user