Skip to content
Snippets Groups Projects
Commit 4c771b9c authored by Colin Watson's avatar Colin Watson
Browse files

Create /run/sshd under systemd using RuntimeDirectory rather than tmpfiles.d...

Create /run/sshd under systemd using RuntimeDirectory rather than tmpfiles.d (thanks, Dmitry Smirnov; closes: #864190).
parent c8351e2c
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ openssh (1:7.5p1-6) UNRELEASED; urgency=medium
* Test configuration before starting or reloading sshd under systemd
(closes: #865770).
* Create /run/sshd under systemd using RuntimeDirectory rather than
tmpfiles.d (thanks, Dmitry Smirnov; closes: #864190).
-- Colin Watson <cjwatson@debian.org> Mon, 26 Jun 2017 10:09:28 +0100
......
......@@ -13,6 +13,8 @@ KillMode=process
Restart=on-failure
RestartPreventExitStatus=255
Type=notify
RuntimeDirectory=sshd
RuntimeDirectoryModes=0755
[Install]
WantedBy=multi-user.target
......
d /run/sshd 0755 root root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment