]> Sergey Matveev's repositories - public-inbox.git/blob - examples/unsubscribe-psgi.socket
e7ab797b0798ff068a980570e5217b3dca6f9af2
[public-inbox.git] / examples / unsubscribe-psgi.socket
1 # ==> /etc/systemd/system/unsubscribe-psgi.socket <==
2 [Unit]
3 Description = unsubscribe PSGI socket
4
5 [Socket]
6 # Forward to the PSGI using nginx or similar
7 ListenStream = /run/unsubscribe-psgi.sock
8 Service = unsubscribe-psgi@1.service
9
10 [Install]
11 WantedBy = sockets.target