summaryrefslogtreecommitdiff
path: root/debian/systemd
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-06-18 11:50:34 +0100
committerColin Watson <cjwatson@debian.org>2018-06-18 11:50:50 +0100
commit970f1c25f7c73067f2f07e2e64c88201c90ff490 (patch)
tree3611e0ac751ef527352b025ead336d575c147d23 /debian/systemd
parent0cdf02580998714a91b266607cc55ca34a0772ef (diff)
Add documentation links for systemd
Add Documentation keys to ssh-agent.service, ssh.service, and ssh@.service.
Diffstat (limited to 'debian/systemd')
-rw-r--r--debian/systemd/ssh-agent.service1
-rw-r--r--debian/systemd/ssh.service1
-rw-r--r--debian/systemd/ssh@.service1
3 files changed, 3 insertions, 0 deletions
diff --git a/debian/systemd/ssh-agent.service b/debian/systemd/ssh-agent.service
index 07fa984c0..cdc10bb47 100644
--- a/debian/systemd/ssh-agent.service
+++ b/debian/systemd/ssh-agent.service
@@ -1,5 +1,6 @@
1[Unit] 1[Unit]
2Description=OpenSSH Agent 2Description=OpenSSH Agent
3Documentation=man:ssh-agent(1)
3Before=graphical-session-pre.target 4Before=graphical-session-pre.target
4ConditionPathExists=/etc/X11/Xsession.options 5ConditionPathExists=/etc/X11/Xsession.options
5Wants=dbus.socket 6Wants=dbus.socket
diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service
index 3b10e7957..7495d9a81 100644
--- a/debian/systemd/ssh.service
+++ b/debian/systemd/ssh.service
@@ -1,5 +1,6 @@
1[Unit] 1[Unit]
2Description=OpenBSD Secure Shell server 2Description=OpenBSD Secure Shell server
3Documentation=man:sshd(8) man:sshd_config(5)
3After=network.target auditd.service 4After=network.target auditd.service
4ConditionPathExists=!/etc/ssh/sshd_not_to_be_run 5ConditionPathExists=!/etc/ssh/sshd_not_to_be_run
5 6
diff --git a/debian/systemd/ssh@.service b/debian/systemd/ssh@.service
index 65fddf2a5..f7fec1f6f 100644
--- a/debian/systemd/ssh@.service
+++ b/debian/systemd/ssh@.service
@@ -1,5 +1,6 @@
1[Unit] 1[Unit]
2Description=OpenBSD Secure Shell server per-connection daemon 2Description=OpenBSD Secure Shell server per-connection daemon
3Documentation=man:sshd(8) man:sshd_config(5)
3After=auditd.service 4After=auditd.service
4 5
5[Service] 6[Service]