14 lines
211 B
Plaintext
Executable File
14 lines
211 B
Plaintext
Executable File
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:crond]
|
|
command=cron -f
|
|
autostart=true
|
|
autorestart=true
|
|
redirect_stderr=true
|
|
|
|
[program:sphinxsearch]
|
|
command=/home/run.sh
|
|
autostart=true
|
|
autorestart=true
|
|
redirect_stderr=true |