18 Feb
2015
18 Feb
'15
11:25 a.m.
On 18/02/15 13:45, Arran Cudbard-Bell wrote:
Unsure. It may work already if you use something like netcat to create a named domain socket and then point linelog at that. There's nothing in the code that checks if the thing pointed to by filename is a file :)
Maybe not in the code directly, but it uses open() you can't open() a unix socket. This is why you'll see examples on the internet of people doing: echo foo | nc -U /tmp/unixsock ...or: echo foo | socat - UNIX-CONNECT:/tmp/unixsock