]> 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)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 28 Feb 2021 23:45:19 +0000 (08:45 +0900)
/etc/systemd/systemd/ => /etc/systemd/system/

man/systemd.unit.xml

index 0453c783b6d593b4ccc4215c3d39e154f05a6322..0850bdda743038ca3bb366165fb5fccececf474c 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