viewvcs: handle exceptions in on_destroy cb
[public-inbox.git] / examples / public-inbox-httpd.socket
blob3a6e443246a9458868497a39bafa08b18de77310
1 # ==> /etc/systemd/system/public-inbox-httpd.socket <==
2 # Consider looking at public-inbox-netd.socket instead of this file
3 # to simplify management when serving multiple protocols.
5 [Unit]
6 Description = public-inbox-httpd socket
8 [Socket]
9 ListenStream = 80
10 Service = public-inbox-httpd@1.service
12 [Install]
13 WantedBy = sockets.target