About gstfsd
run command “supervisorctl status”,it shows below:
Why not show “gstfsd” process
@retspen
@catborise can you help me
it is an optional module. did you install it with specified commands
wget -O - https://bit.ly/2NAaWXG | sudo tee -a /usr/local/bin/gstfsd
sudo service supervisor restart
it is an optional module. did you install it with specified commands
wget -O - https://bit.ly/2NAaWXG | sudo tee -a /usr/local/bin/gstfsd sudo service supervisor restart
thank you, I have intalled it, but supervisorctl status still didn't show gstfsd, I resolve this by add config of gstfsd, see below:

I don't know why the configuration under this path doesn't take effect. It's really strange

start it with python3 /usr/local/bin/gstfsd,
show me the output?
start it with
python3 /usr/local/bin/gstfsd, show me the output?
nothing ,and it bolcked,
no output = works as expected.
may be you should add gstfsd file as conf not ini.

no output = works as expected.
may be you should add gstfsd file as conf not ini.
1 I tried it and gstfsd couldn't see
2 I can only see gstfsd when I configure gstfsd in /etc/supervisord.conf

use supervisorctl start gstfsd command and check "supervisord.log" log file to see what is going on.