mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 08:18:49 -04:00
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
|