mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-24 01:18:53 +01:00
11 lines
132 B
SYSTEMD
11 lines
132 B
SYSTEMD
[Unit]
|
|
Description=saned incoming socket
|
|
|
|
[Socket]
|
|
ListenStream=6566
|
|
Accept=yes
|
|
MaxConnections=1
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|