diff options
author | Colin Watson <cjwatson@debian.org> | 2017-08-23 12:12:31 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-08-23 12:12:31 +0100 |
commit | 1b087314af91ff07000f798899f2a2e191a21c5f (patch) | |
tree | 9abc0026199bf85529a49e88d0574f66552b83a8 /debian/systemd | |
parent | 2ace2d17cf58932f9b82eba67cc47d2dba5e00d0 (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@.service | 2 |
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 | |||
6 | EnvironmentFile=-/etc/default/ssh | 6 | EnvironmentFile=-/etc/default/ssh |
7 | ExecStart=-/usr/sbin/sshd -i $SSHD_OPTS | 7 | ExecStart=-/usr/sbin/sshd -i $SSHD_OPTS |
8 | StandardInput=socket | 8 | StandardInput=socket |
9 | RuntimeDirectory=sshd | ||
10 | RuntimeDirectoryMode=0755 | ||