mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
systemd units: add oidentd.socket
With my sysctl config oidentd is IPv6 only unless `BindIPv6Only=both` is added.
This commit is contained in:
parent
8133ac4034
commit
9d5721899e
10
etc/systemd/system/oidentd.socket
Normal file
10
etc/systemd/system/oidentd.socket
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Ident (RFC 1413) socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=113
|
||||
BindIPv6Only=both
|
||||
Accept=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
Loading…
Reference in New Issue
Block a user