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