From 57733518817c1217b9f442ca790ff3f50705b1c8 Mon Sep 17 00:00:00 2001 From: Lajos Veres Date: Sun, 28 Feb 2021 22:48:08 +0000 Subject: [PATCH] Fix path typo in systemd.unit /etc/systemd/systemd/ => /etc/systemd/system/ --- man/systemd.unit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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