2020-07-22 17:23:16 +00:00
|
|
|
[Unit]
|
|
|
|
Description= A VNC server for wlroots based Wayland compositors
|
|
|
|
Requires=sway-session.target
|
2021-05-30 05:12:46 +00:00
|
|
|
After=network.target
|
2020-07-22 17:23:16 +00:00
|
|
|
After=sway-session.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/wayvnc
|
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sway-session.target
|