0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-02-22 03:34:57 +01:00
Philippe Grégoire 4c822ba844
Debian: Create privilege separation directory
On Debian-based system, the privilege separation directory is
`/run/sshd`. Since `/run` is a tmpfs filesystem, the init script is
responsible for creating the directory when starting `sshd`. However,
this directory might not exist if the `ssh` service has not been
started yet.

This patch ensures that the directory exists before storing the
configuration file. It is required to prevent the `check_cmd` from
failing; specifically, to prevent `sshd` from complaining that the
directory does not exist.
2018-08-23 16:22:24 -04:00
..
2018-03-10 16:35:57 +01:00
2017-05-17 13:00:06 +02:00
2016-08-01 23:59:11 +07:00