Moode Forum
[How to do instruction] Shutdown MoOde via CLI (32 bit ver 8.3.9) - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [How to do instruction] Shutdown MoOde via CLI (32 bit ver 8.3.9) (/showthread.php?tid=7611)



Shutdown MoOde via CLI (32 bit ver 8.3.9) - cancunia - 04-06-2025

Is there a way to shutdown the MoOde server on my RPi via a cli command? 

Thanks


RE: Shutdown MoOde via CLI (32 bit ver 8.3.9) - fdealexa - 04-07-2025

sudo poweroff
or
sudo shutdown now
Best regards,
Francesco


RE: Shutdown MoOde via CLI (32 bit ver 8.3.9) - cancunia - 04-07-2025

(04-07-2025, 08:06 AM)fdealexa Wrote: sudo poweroff
or
sudo shutdown now
Best regards,
Francesco

Does this do a 'graceful' shutdown of the MoOde player?


RE: Shutdown MoOde via CLI (32 bit ver 8.3.9) - fdealexa - 04-07-2025

(04-07-2025, 08:09 AM)cancunia Wrote:
(04-07-2025, 08:06 AM)fdealexa Wrote: sudo poweroff
or
sudo shutdown now
Best regards,
Francesco

Does this do a 'graceful' shutdown of the MoOde player?

Yes for the raspberry, if you are playing something and you wish to stop it before, do: 
mpc stop 
and, then, 
sudo poweroff
or 
sudo shutdown now