diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-27 01:32:15 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-27 01:32:15 +0200 |
commit | 7df46b2af58d171665fe99073188f91d567f2696 (patch) | |
tree | b902dfa5bdd6a2e292aa443d1bad35479caf42bf /units | |
parent | 743b8558f697b07231b376e18976d5a0ed24cc28 (diff) |
man: document systemd-ask-password-console.service and friends
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-ask-password-console.path | 2 | ||||
-rw-r--r-- | units/systemd-ask-password-console.service.in | 2 | ||||
-rw-r--r-- | units/systemd-ask-password-wall.path | 2 | ||||
-rw-r--r-- | units/systemd-ask-password-wall.service.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/units/systemd-ask-password-console.path b/units/systemd-ask-password-console.path index a0a3631b2f..80f6cc4c18 100644 --- a/units/systemd-ask-password-console.path +++ b/units/systemd-ask-password-console.path @@ -7,7 +7,7 @@ [Unit] Description=Dispatch Password Requests to Console Directory Watch -Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents +Documentation=man:systemd-ask-password-console.service(8) DefaultDependencies=no Conflicts=shutdown.target After=plymouth-start.service diff --git a/units/systemd-ask-password-console.service.in b/units/systemd-ask-password-console.service.in index 85e739fd80..4bcb30be02 100644 --- a/units/systemd-ask-password-console.service.in +++ b/units/systemd-ask-password-console.service.in @@ -7,7 +7,7 @@ [Unit] Description=Dispatch Password Requests to Console -Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents +Documentation=man:systemd-ask-password-console.service(8) DefaultDependencies=no Conflicts=shutdown.target After=plymouth-start.service diff --git a/units/systemd-ask-password-wall.path b/units/systemd-ask-password-wall.path index 3890a7412d..62dee80552 100644 --- a/units/systemd-ask-password-wall.path +++ b/units/systemd-ask-password-wall.path @@ -7,7 +7,7 @@ [Unit] Description=Forward Password Requests to Wall Directory Watch -Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents +Documentation=man:systemd-ask-password-console.service(8) DefaultDependencies=no Conflicts=shutdown.target Before=basic.target shutdown.target diff --git a/units/systemd-ask-password-wall.service.in b/units/systemd-ask-password-wall.service.in index 9305fca6f7..b2ca039499 100644 --- a/units/systemd-ask-password-wall.service.in +++ b/units/systemd-ask-password-wall.service.in @@ -7,7 +7,7 @@ [Unit] Description=Forward Password Requests to Wall -Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents +Documentation=man:systemd-ask-password-console.service(8) After=systemd-user-sessions.service [Service] |