diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-06-14 20:54:39 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-06-15 13:14:26 +0200 |
commit | e19b0746f15e88c5f536b8588aa88d3ffb82fef8 (patch) | |
tree | 230399a8f7175ef82c465d9f4aa8a82cdac31009 /units/systemd-ask-password-wall.service | |
parent | man: fix sd_bus_add_node_enumerator() ret_nodes (diff) | |
download | systemd-e19b0746f15e88c5f536b8588aa88d3ffb82fef8.tar.xz systemd-e19b0746f15e88c5f536b8588aa88d3ffb82fef8.zip |
unit: use alias name of man page
Diffstat (limited to 'units/systemd-ask-password-wall.service')
-rw-r--r-- | units/systemd-ask-password-wall.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-ask-password-wall.service b/units/systemd-ask-password-wall.service index 6a70b58cef..18b59d99a7 100644 --- a/units/systemd-ask-password-wall.service +++ b/units/systemd-ask-password-wall.service @@ -9,7 +9,7 @@ [Unit] Description=Forward Password Requests to Wall -Documentation=man:systemd-ask-password-console.service(8) +Documentation=man:systemd-ask-password-wall.service(8) After=systemd-user-sessions.service [Service] |