summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-08-23 12:12:31 +0100
committerColin Watson <cjwatson@debian.org>2017-08-23 12:12:31 +0100
commit1b087314af91ff07000f798899f2a2e191a21c5f (patch)
tree9abc0026199bf85529a49e88d0574f66552b83a8
parent2ace2d17cf58932f9b82eba67cc47d2dba5e00d0 (diff)
Add RuntimeDirectory and RuntimeDirectoryMode to ssh@.service as well as ssh.service (closes: #872978).
-rw-r--r--debian/changelog2
-rw-r--r--debian/systemd/ssh@.service2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e02245e38..73bd0eaf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
1openssh (1:7.5p1-7) UNRELEASED; urgency=medium 1openssh (1:7.5p1-7) UNRELEASED; urgency=medium
2 2
3 * Fix spelling of RuntimeDirectoryMode (closes: #872976). 3 * Fix spelling of RuntimeDirectoryMode (closes: #872976).
4 * Add RuntimeDirectory and RuntimeDirectoryMode to ssh@.service as well as
5 ssh.service (closes: #872978).
4 6
5 -- Colin Watson <cjwatson@debian.org> Wed, 23 Aug 2017 12:09:34 +0100 7 -- Colin Watson <cjwatson@debian.org> Wed, 23 Aug 2017 12:09:34 +0100
6 8
diff --git a/debian/systemd/ssh@.service b/debian/systemd/ssh@.service
index 4b0801dbc..65fddf2a5 100644
--- a/debian/systemd/ssh@.service
+++ b/debian/systemd/ssh@.service
@@ -6,3 +6,5 @@ After=auditd.service
6EnvironmentFile=-/etc/default/ssh 6EnvironmentFile=-/etc/default/ssh
7ExecStart=-/usr/sbin/sshd -i $SSHD_OPTS 7ExecStart=-/usr/sbin/sshd -i $SSHD_OPTS
8StandardInput=socket 8StandardInput=socket
9RuntimeDirectory=sshd
10RuntimeDirectoryMode=0755