diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:19:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:19:38 +0000 |
commit | 2346c5bd1a3bcaf5545836a5aae10d60ea401f13 (patch) | |
tree | 4bb15f724f0210d6a75185fe074f2c9db9bbb4fb /debian/systemd/sshd@.service | |
parent | Releasing progress-linux version 1:9.6p1-4~progress7.99u1. (diff) | |
download | openssh-2346c5bd1a3bcaf5545836a5aae10d60ea401f13.tar.xz openssh-2346c5bd1a3bcaf5545836a5aae10d60ea401f13.zip |
Merging debian version 1:9.6p1-5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/systemd/sshd@.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/systemd/sshd@.service b/debian/systemd/sshd@.service new file mode 100644 index 0000000..29864a8 --- /dev/null +++ b/debian/systemd/sshd@.service @@ -0,0 +1,12 @@ +[Unit] +Description=OpenBSD Secure Shell server per-connection daemon +Documentation=man:sshd(8) man:sshd_config(5) +After=auditd.service + +[Service] +EnvironmentFile=-/etc/default/ssh +ExecStart=-/usr/sbin/sshd -i $SSHD_OPTS +StandardInput=socket +RuntimeDirectory=sshd +RuntimeDirectoryPreserve=yes +RuntimeDirectoryMode=0755 |