15 lines
210 B
Text
15 lines
210 B
Text
|
[supervisord]
|
||
|
nodaemon=true
|
||
|
|
||
|
[program:ollama]
|
||
|
command=/ollama/serve.sh
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
|
||
|
[program:run_model]
|
||
|
command=/ollama/run_model.sh
|
||
|
autostart=true
|
||
|
autorestart=false
|
||
|
startsecs=0
|
||
|
exitcodes=0
|