Fix path typo in systemd.unit

/etc/systemd/systemd/ => /etc/systemd/system/
This commit is contained in:
Lajos Veres 2021-02-28 22:48:08 +00:00 committed by Yu Watanabe
parent e2a19fce0d
commit 5773351881

View file

@ -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, <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