]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fix path typo in systemd.unit
authorLajos Veres <vlajos@gmail.com>
Sun, 28 Feb 2021 22:48:08 +0000 (22:48 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 12 Mar 2021 16:35:57 +0000 (17:35 +0100)
/etc/systemd/systemd/ => /etc/systemd/system/

(cherry picked from commit 57733518817c1217b9f442ca790ff3f50705b1c8)

man/systemd.unit.xml

index 59e0b1a9423e36348e518429d32fe069e02eb6f3..09f717af5fdc049d76a3f7ec8e577fde5f09446b 100644 (file)
     section. When the unit is enabled, symlinks will be created for those names, and removed when the unit is
     disabled. For example, <filename>reboot.target</filename> specifies
     <varname>Alias=ctrl-alt-del.target</varname>, so when enabled, the symlink
-    <filename>/etc/systemd/systemd/ctrl-alt-del.service</filename> pointing to the
+    <filename>/etc/systemd/system/ctrl-alt-del.service</filename> pointing to the
     <filename>reboot.target</filename> file will be created, and when
     <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Del</keycap></keycombo> is invoked,
     <command>systemd</command> will look for the <filename>ctrl-alt-del.service</filename> and execute