From: Lajos Veres Date: Sun, 28 Feb 2021 22:48:08 +0000 (+0000) Subject: Fix path typo in systemd.unit X-Git-Tag: v248-rc3~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57733518817c1217b9f442ca790ff3f50705b1c8;p=thirdparty%2Fsystemd.git Fix path typo in systemd.unit /etc/systemd/systemd/ => /etc/systemd/system/ --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 0453c783b6d..0850bdda743 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -163,7 +163,7 @@ section. When the unit is enabled, symlinks will be created for those names, and removed when the unit is disabled. For example, reboot.target specifies Alias=ctrl-alt-del.target, so when enabled, the symlink - /etc/systemd/systemd/ctrl-alt-del.service pointing to the + /etc/systemd/system/ctrl-alt-del.service pointing to the reboot.target file will be created, and when CtrlAltDel is invoked, systemd will look for the ctrl-alt-del.service and execute