2022-02-01 03:34:19 +00:00
|
|
|
[supervisord]
|
|
|
|
nodaemon=true
|
|
|
|
pidfile=/tmp/supervisord.pid
|
|
|
|
|
2024-04-03 12:38:36 +00:00
|
|
|
[program:vnc]
|
2022-02-01 03:34:19 +00:00
|
|
|
priority=0
|
2024-05-21 01:20:53 +00:00
|
|
|
command=/opt/TurboVNC/bin/vncserver %(ENV_DISPLAY)s -fg %(ENV_VNC_SEC)s -depth 24 -geometry %(ENV_VNC_RESOLUTION)s -desktop "Prusaslicer"
|
2022-02-01 03:34:19 +00:00
|
|
|
autorestart=true
|
|
|
|
redirect_stderr=true
|
|
|
|
|
2024-04-03 12:38:36 +00:00
|
|
|
[program:novnc]
|
2022-02-01 03:34:19 +00:00
|
|
|
priority=0
|
2024-04-03 13:30:59 +00:00
|
|
|
command=websockify --web=/usr/share/novnc/ %(ENV_NOVNC_PORT)s localhost:%(ENV_LOCALFBPORT)s
|
2022-02-01 03:34:19 +00:00
|
|
|
autorestart=true
|
|
|
|
redirect_stderr=true
|
|
|
|
|
|
|
|
[program:prusaslicer]
|
|
|
|
priority=1
|
2024-04-03 17:09:07 +00:00
|
|
|
environment=VGL_DISPLAY=%(ENV_VGL_DISPLAY)s
|
2024-07-13 19:02:58 +00:00
|
|
|
command=/bin/bash -c '%(ENV_VGLRUN)s /slic3r/squashfs-root/AppRun --datadir /configs/.config/PrusaSlicer/'
|
2022-02-01 03:34:19 +00:00
|
|
|
autorestart=true
|
2024-04-03 12:38:36 +00:00
|
|
|
redirect_stderr=true
|