diff options
Diffstat (limited to 'debian/systemd')
-rw-r--r-- | debian/systemd/ssh.service | 2 | ||||
-rw-r--r-- | debian/systemd/sshd.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/systemd/ssh.service b/debian/systemd/ssh.service index c75e59057..6e9552948 100644 --- a/debian/systemd/ssh.service +++ b/debian/systemd/ssh.service | |||
@@ -13,6 +13,8 @@ KillMode=process | |||
13 | Restart=on-failure | 13 | Restart=on-failure |
14 | RestartPreventExitStatus=255 | 14 | RestartPreventExitStatus=255 |
15 | Type=notify | 15 | Type=notify |
16 | RuntimeDirectory=sshd | ||
17 | RuntimeDirectoryModes=0755 | ||
16 | 18 | ||
17 | [Install] | 19 | [Install] |
18 | WantedBy=multi-user.target | 20 | WantedBy=multi-user.target |
diff --git a/debian/systemd/sshd.conf b/debian/systemd/sshd.conf deleted file mode 100644 index 4fbeba1e8..000000000 --- a/debian/systemd/sshd.conf +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | d /run/sshd 0755 root root | ||