gentoo/net-misc/openssh/files/sshd_at.service.1
Matt Jolly f0469c1f16
net-misc/openssh: update systemd units
- Systemd unit file now sets:
  + OOMPolicy=continue
  + Restart=on-failure
  + RestartSec=42s
- Removed `After=syslog.target` from sshd unit files
- Remove obsolete substitutions

Closes: https://bugs.gentoo.org/892784
Closes: https://github.com/gentoo/gentoo/pull/29386
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2023-02-04 19:10:07 -05:00

9 lines
163 B
Groff

[Unit]
Description=OpenSSH per-connection server daemon
After=auditd.service
[Service]
ExecStart=-/usr/sbin/sshd -i -e
StandardInput=socket
StandardError=journal