ccraftersanonmoose

supervisord.conf

Apr 13th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. [supervisord]
  2. nodaemon=true
  3.  
  4. [program:x11vnc]
  5. command=x11vnc -display :0 -forever -shared -passwd kasm
  6.  
  7. [program:websockify]
  8. command=/opt/KasmVNC/websockify/run 6901 localhost:5900
  9.  
  10. [program:xfce4]
  11. command=startxfce4
Advertisement
Add Comment
Please, Sign In to add comment