1
0
Fork 0
dotfiles/home/dot_config/systemd/user/wayvnc.service

13 lines
239 B
Desktop File

[Unit]
Description= A VNC server for wlroots based Wayland compositors
Requires=sway-session.target
After=network.target
After=sway-session.target
[Service]
ExecStart=/usr/bin/wayvnc
Restart=always
[Install]
WantedBy=sway-session.target