Revert "Merge pull request #13 from devindice/Fixing-service-start"
This reverts commit0e6bf445a7, reversing changes made to431aae4a12.
This commit is contained in:
parent
1a67d085bf
commit
0ea408ce01
|
|
@ -18,9 +18,9 @@ stderr_logfile=/dev/fd/1
|
|||
stderr_logfile_maxbytes=0
|
||||
|
||||
[group:x]
|
||||
programs=xfce4,xvfb,x11vnc,novnc,cloud9
|
||||
programs=xvfb,lxpanel,x11vnc,novnc,cloud9
|
||||
|
||||
[program:xfce4]
|
||||
[program:lxpanel]
|
||||
priority=15
|
||||
directory=%HOME%
|
||||
command=/usr/bin/startxfce4
|
||||
|
|
@ -34,7 +34,7 @@ stopsignal=KILL
|
|||
|
||||
[program:x11vnc]
|
||||
priority=20
|
||||
command=x11vnc -ncache 10 -display :1 -xkb -forever -shared -repeat -capslock
|
||||
command=x11vnc -display :1 -xkb -forever -shared -repeat -capslock
|
||||
|
||||
[program:novnc]
|
||||
priority=25
|
||||
|
|
|
|||
Loading…
Reference in New Issue