add wayvnc service
This commit is contained in:
parent
c5604ed96e
commit
6e20f19a10
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/user/modprobed-db.service
|
|
@ -0,0 +1 @@
|
|||
/home/marchambault/.config/systemd/user/wayvnc.service
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description= A VNC server for wlroots based Wayland compositors
|
||||
Requires=sway-session.target
|
||||
After=sway-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/wayvnc
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Loading…
Reference in New Issue