mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
- 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>
9 lines
163 B
Groff
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
|