summaryrefslogtreecommitdiff
path: root/debian/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'debian/systemd')
-rw-r--r--debian/systemd/ssh.service2
-rw-r--r--debian/systemd/sshd.conf1
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
13Restart=on-failure 13Restart=on-failure
14RestartPreventExitStatus=255 14RestartPreventExitStatus=255
15Type=notify 15Type=notify
16RuntimeDirectory=sshd
17RuntimeDirectoryModes=0755
16 18
17[Install] 19[Install]
18WantedBy=multi-user.target 20WantedBy=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 @@
1d /run/sshd 0755 root root