You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
It may be useful to have an option available to restart the Mopidy service to deal with situations where the actor dies unexpectedly (e.g. due to a misbehaving backend extension).
This would be quicker than having to do a full reboot, and easier than having to log in to the terminal to issue the command manually.
It probably means just adding WebServiceRestartRequestHandler that does service mopidy restart, similar to
It may be useful to have an option available to restart the Mopidy service to deal with situations where the actor dies unexpectedly (e.g. due to a misbehaving backend extension).
This would be quicker than having to do a full reboot, and easier than having to log in to the terminal to issue the command manually.
It probably means just adding
WebServiceRestartRequestHandlerthat doesservice mopidy restart, similar tomopidy-websettings/mopidy_websettings/__init__.py
Lines 143 to 151 in 1c55d94