Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.46k stars 1.24k forks source link

File `/usr/local/bin/check-for-changes.sh` is not exists #1660

Open kolserdav opened 2 weeks ago

kolserdav commented 2 weeks ago

The process

ps -ef | grep check-for-changes.sh
root     1388852 1387898  0 Sep10 ?        00:24:08 /bin/bash /usr/local/bin/check-for-changes.sh

running by supervisord

ps -p 1387898 -o pid,comm
PID COMMAND
1387898 supervisord

and it use lots of cpu time, but if I want to read it so file /usr/local/bin/check-for-changes.sh is not exists. Why this file is not found?