forked from pub-solar/os
Write out args of wayvnc, start on unix socket
This commit is contained in:
parent
9aafa7ff52
commit
2d213d4dbd
|
@ -11,7 +11,7 @@ pkgs:
|
|||
Service = {
|
||||
Type = "simple";
|
||||
Environment = "WAYLAND_DISPLAY=wayland-1";
|
||||
ExecStart = "${pkgs.wayvnc}/bin/wayvnc -r -p 0.0.0.0 5901";
|
||||
ExecStart = "${pkgs.wayvnc}/bin/wayvnc --render-cursor --unix-socket /run/wayvnc.sock";
|
||||
};
|
||||
|
||||
Install = {
|
||||
|
|
Loading…
Reference in a new issue