systemd units: add oidentd.socket

With my sysctl config oidentd is IPv6 only unless `BindIPv6Only=both`
is added.
This commit is contained in:
Aminda Suomalainen 2015-04-22 22:12:06 +03:00
parent 8133ac4034
commit 9d5721899e
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description=Ident (RFC 1413) socket
[Socket]
ListenStream=113
BindIPv6Only=both
Accept=yes
[Install]
WantedBy=sockets.target