blob: 01296d8fbd13b231d678b38582ef197dcebd08ae (
plain)
1
2
3
4
5
6
7
8
9
|
[Socket]
ListenFIFO=%t/wob.sock
SocketMode=0600
RemoveOnStop=on
# If wob exits on invalid input, systemd should NOT shove following input right back into it after it restarts
FlushPending=yes
[Install]
WantedBy=sockets.target
|