2026-08-24 16:32:36 +02:00
|
|
|
[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
|
2026-08-24 17:34:23 +02:00
|
|
|
Restart=always
|
|
|
|
|
RestartSec=5
|
|
|
|
|
StartLimitIntervalSec=0
|
2026-08-24 16:32:36 +02:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=graphical-session.target
|