From 9d5721899e5e57ab52535d7d085659441c00f378 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 22 Apr 2015 22:12:06 +0300 Subject: [PATCH] systemd units: add oidentd.socket With my sysctl config oidentd is IPv6 only unless `BindIPv6Only=both` is added. --- etc/systemd/system/oidentd.socket | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/systemd/system/oidentd.socket diff --git a/etc/systemd/system/oidentd.socket b/etc/systemd/system/oidentd.socket new file mode 100644 index 00000000..ffe376b6 --- /dev/null +++ b/etc/systemd/system/oidentd.socket @@ -0,0 +1,10 @@ +[Unit] +Description=Ident (RFC 1413) socket + +[Socket] +ListenStream=113 +BindIPv6Only=both +Accept=yes + +[Install] +WantedBy=sockets.target