Mysupervisord.conf
には、次のような一連のプログラムが含まれています。
[program:gtaskqueue_puller_1]
directory=/root/scripts/gtaskqueue_puller
command=venv/bin/gtaskqueue_puller "foo"
autostart=true
autorestart=true
[program:gtaskqueue_puller_2]
directory=/root/scripts/gtaskqueue_puller
command=venv/bin/gtaskqueue_puller "bar"
autostart=true
autorestart=true
しかし、ときどき Supervisord を再起動すると、
can't find command venv/bin/gtaskqueue_puller
しかしcd
、ディレクトリに入って同じコマンドを実行すると、期待どおりに機能します。