summaryrefslogtreecommitdiff
path: root/debian/systemd/ssh.service
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-08-23 12:09:57 +0100
committerColin Watson <cjwatson@debian.org>2017-08-23 12:09:57 +0100
commit2ace2d17cf58932f9b82eba67cc47d2dba5e00d0 (patch)
treec8bf349104c9398261b417310764353318062a99 /debian/systemd/ssh.service
parentc4f26fd778b5d1680a37701bdae5ff28057dce3e (diff)
Fix spelling of RuntimeDirectoryMode (closes: #872976).
Diffstat (limited to 'debian/systemd/ssh.service')
-rw-r--r--debian/systemd/ssh.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service
index 6e9552948..3b10e7957 100644
--- a/debian/systemd/ssh.service
+++ b/debian/systemd/ssh.service
@@ -14,7 +14,7 @@ Restart=on-failure
14RestartPreventExitStatus=255 14RestartPreventExitStatus=255
15Type=notify 15Type=notify
16RuntimeDirectory=sshd 16RuntimeDirectory=sshd
17RuntimeDirectoryModes=0755 17RuntimeDirectoryMode=0755
18 18
19[Install] 19[Install]
20WantedBy=multi-user.target 20WantedBy=multi-user.target