mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 00:44:08 +01:00
Reverting change
This commit is contained in:
parent
ddcfbf41ce
commit
1a67d085bf
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ stopsignal=KILL
|
|||
|
||||
[program:x11vnc]
|
||||
priority=20
|
||||
command=bash -c 'x11vnc -ncache 10 -display :1 -xkb -forever -shared -repeat -capslock || rm /tmp/.X11-unix/X1 /tmp/.X1-lockfb'
|
||||
command=x11vnc -ncache 10 -display :1 -xkb -forever -shared -repeat -capslock
|
||||
|
||||
[program:novnc]
|
||||
priority=25
|
||||
|
|
|
|||
Loading…
Reference in a new issue