diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 17:01:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 17:01:24 +0000 |
commit | 585dec76901de1db8faab68d2b26191c9ead94f1 (patch) | |
tree | 3215a004cdef0856be67bd3d76da112ae378d8d3 /debian/systemd/sshd@.service | |
parent | Adding debian version 1:9.7p1-4. (diff) | |
download | openssh-585dec76901de1db8faab68d2b26191c9ead94f1.tar.xz openssh-585dec76901de1db8faab68d2b26191c9ead94f1.zip |
Adding debian version 1:9.7p1-5.debian/1%9.7p1-5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/systemd/sshd@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/systemd/sshd@.service b/debian/systemd/sshd@.service index 29864a8..38ff431 100644 --- a/debian/systemd/sshd@.service +++ b/debian/systemd/sshd@.service @@ -1,7 +1,7 @@ [Unit] Description=OpenBSD Secure Shell server per-connection daemon Documentation=man:sshd(8) man:sshd_config(5) -After=auditd.service +After=nss-user-lookup.target auditd.service [Service] EnvironmentFile=-/etc/default/ssh |