xmr-node-proxy
xmr-node-proxy copied to clipboard
how to restart xmr-node-proxy
hi after i have altered the config file i have to restart the whole system to get my config set. is there a way to restart xmr-node-proxy wihtout restarting the whole system? thx upfront for your answer.
I think there is not a way as your wish. pm2 restart proxy —update-env gets less impact that stop / start. Still disconnections from miners.
hi so the comand would be like this: pm2 restart proxy -update-env or like this pm2 restart proxy —update-env
you wrote a little different than usual. this is why ask. thanks
There is gracefulReload and reload too but I didn’t test if it takes new config. You can try.
Update enviroment is just for the case the proxy use environment variables ( I didn’t see proxy’s all codes yet )
“pm2 restart proxy” could be enough.
See screenshot :

Perhaps receiving a SIGHUP should prompt the application to reload its config file