diff options
author | Colin Watson <cjwatson@debian.org> | 2017-08-23 12:09:57 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-08-23 12:09:57 +0100 |
commit | 2ace2d17cf58932f9b82eba67cc47d2dba5e00d0 (patch) | |
tree | c8bf349104c9398261b417310764353318062a99 /debian/systemd/ssh.service | |
parent | c4f26fd778b5d1680a37701bdae5ff28057dce3e (diff) |
Fix spelling of RuntimeDirectoryMode (closes: #872976).
Diffstat (limited to 'debian/systemd/ssh.service')
-rw-r--r-- | debian/systemd/ssh.service | 2 |
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 | |||
14 | RestartPreventExitStatus=255 | 14 | RestartPreventExitStatus=255 |
15 | Type=notify | 15 | Type=notify |
16 | RuntimeDirectory=sshd | 16 | RuntimeDirectory=sshd |
17 | RuntimeDirectoryModes=0755 | 17 | RuntimeDirectoryMode=0755 |
18 | 18 | ||
19 | [Install] | 19 | [Install] |
20 | WantedBy=multi-user.target | 20 | WantedBy=multi-user.target |