On 2024-08-19 22:27, Max Nikulin wrote:
On 20/08/2024 05:15, Gary Dale wrote:
tigervnc-server has a command line option to listen to the LAN but
the Debian systemd service configuration doesn't invoke the server
program directly, so I'm not sure how to get the option to the vnc
server.
[...]> This is the .service file:
[...]
ExecStart=/usr/libexec/tigervncsession-start %i
Try "systemctl cat" for the corresponding .socket file.
<https://0pointer.de/blog/projects/inetd.html>
Thanks, but I can't find a .socket file. While
find / -name *.service | grep vnc
locates the various .service files associated with vnc:
/etc/systemd/system/multi-user.target.wants/tigervncserver@:1.service
/etc/systemd/system/vncserver@.service
The same search for *.socket comes up empty.