mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
11 lines
134 B
SYSTEMD
11 lines
134 B
SYSTEMD
|
[Unit]
|
||
|
Description=Ident (RFC 1413) socket
|
||
|
|
||
|
[Socket]
|
||
|
ListenStream=113
|
||
|
BindIPv6Only=both
|
||
|
Accept=yes
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sockets.target
|