X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=examples%2Fpublic-inbox-nntps.socket;fp=examples%2Fpublic-inbox-nntps.socket;h=fa6781961cad2dfc201e6841ddb8577a2ce17aeb;hb=46c79526fd34996605a97ce52437069aa6462cef;hp=0000000000000000000000000000000000000000;hpb=6c89cf6208dd4f5251faeec18dc76ac123335fed;p=public-inbox.git diff --git a/examples/public-inbox-nntps.socket b/examples/public-inbox-nntps.socket new file mode 100644 index 00000000..fa678196 --- /dev/null +++ b/examples/public-inbox-nntps.socket @@ -0,0 +1,12 @@ +# ==> /etc/systemd/system/public-inbox-nntps.socket <== +[Unit] +Description = public-inbox-nntps socket + +[Socket] +ListenStream = 0.0.0.0:563 +BindIPv6Only = ipv6-only +ListenStream = [::]:563 +Service = public-inbox-nntpd@1.service + +[Install] +WantedBy = sockets.target