diff options
Diffstat (limited to 'community/oidentd/socket')
-rw-r--r-- | community/oidentd/socket | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/oidentd/socket b/community/oidentd/socket new file mode 100644 index 000000000..cf00b55b8 --- /dev/null +++ b/community/oidentd/socket @@ -0,0 +1,9 @@ +[Unit] +Description=Ident (RFC 1413) socket + +[Socket] +ListenStream=113 +Accept=yes + +[Install] +WantedBy=sockets.target |