summaryrefslogtreecommitdiff
path: root/debian/systemd
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 /debian/systemd
parent2ace2d17cf58932f9b82eba67cc47d2dba5e00d0 (diff)
Add RuntimeDirectory and RuntimeDirectoryMode to ssh@.service as well as ssh.service (closes: #872978).
Diffstat (limited to 'debian/systemd')
-rw-r--r--debian/systemd/ssh@.service2
1 files changed, 2 insertions, 0 deletions
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