Binds to the tailscale IP only, with PAM auth over TLS. TLS cert/key are machine-local secrets and intentionally not tracked.
15 lines
295 B
Desktop File
15 lines
295 B
Desktop File
[Unit]
|
|
Description=wayvnc - VNC server for wlroots Wayland compositors
|
|
After=graphical-session.target
|
|
PartOf=graphical-session.target
|
|
Requisite=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/wayvnc
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|