neatvnc icon indicating copy to clipboard operation
neatvnc copied to clipboard

add systemd socket support

Open rhjdvsgsgks opened this issue 3 years ago • 1 comments

get fd from systemd to make systemd socket works

https://github.com/any1/wayvnc/pull/146 need this

rhjdvsgsgks avatar Aug 03 '22 08:08 rhjdvsgsgks

I think that it would be better to have a more generic interface that doesn't depend on systemd. We could have a function called something like struct nvnc* nvnc_listen(int fd). That would also open the doors for adding all sorts of sockets without having to add them to the library.

any1 avatar Aug 04 '22 09:08 any1