mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-08 01:15:38 +01:00
commit
bf555ba691
1 changed files with 2 additions and 2 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=bash -c 'x11vnc -display :1 -xkb -forever -shared -repeat -capslock || rm /tmp/.X11-unix/X1 /tmp/.X1-lockfb'
|
||||
|
||||
[program:novnc]
|
||||
priority=25
|
||||
|
|
@ -52,4 +52,4 @@ command=bash -c 'while ps aux | grep user-install.sh | grep -v grep 2>&1> /dev/n
|
|||
priority=30
|
||||
directory=/home/%USER%/.dynamic-background/active
|
||||
user=%USER%
|
||||
command=bash /usr/share/backgrounds/dynamic.sh
|
||||
command=bash /usr/share/backgrounds/dynamic.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue