add wayvnc and sway-session.target
This commit is contained in:
13
etc/systemd/user/wayvnc.service
Normal file
13
etc/systemd/user/wayvnc.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=A VNC server for wlroots based Wayland compositors
|
||||
BindsTo=sway-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/wayvnc
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
TimeoutStopSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Reference in New Issue
Block a user