triggerhappy icon indicating copy to clipboard operation
triggerhappy copied to clipboard

systemd socket activation: fix socket protocol

Open adicarlo opened this issue 8 years ago • 0 comments

Without the following correction, attempts to interact with th-cmd --socket /run/thd.socket give an error, about the protocol being the wrong type for the socket.

triggerhappy uses a datagram type socket, thus the one line fix in the socket activation file.

adicarlo avatar Nov 30 '17 17:11 adicarlo