shell-things/etc/systemd/system/oidentd.socket
Mikaela Suomalainen 9d5721899e systemd units: add oidentd.socket
With my sysctl config oidentd is IPv6 only unless `BindIPv6Only=both`
is added.
2015-04-22 22:12:06 +03:00

11 lines
134 B
SYSTEMD

[Unit]
Description=Ident (RFC 1413) socket
[Socket]
ListenStream=113
BindIPv6Only=both
Accept=yes
[Install]
WantedBy=sockets.target