2023-05-05 08:05:24 -04:00
|
|
|
[Unit]
|
|
|
|
Description=A VNC server for wlroots based Wayland compositors
|
|
|
|
BindsTo=sway-session.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/bin/wayvnc
|
2024-03-22 16:21:29 -04:00
|
|
|
Environment="WAYLAND_DISPLAY=wayland-1"
|
2023-05-05 08:05:24 -04:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=1
|
|
|
|
TimeoutStopSec=10
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sway-session.target
|