mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/31817 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
222 B
SYSTEMD
14 lines
222 B
SYSTEMD
[Unit]
|
|
Description=TinySSH service (socket-activated)
|
|
Documentation=https://tinyssh.org
|
|
Wants=tinyssh-makekey.service
|
|
|
|
[Socket]
|
|
ListenStream=%i
|
|
Accept=true
|
|
KeepAlive=true
|
|
IPTOS=low-delay
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|