Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Is there Command to Shutdown Moodeaudio
#2
Create a script like below in your home directory for example /home/pi/shutdown_pi.sh
Code:
#!/bin/bash
mpc stop
poweroff

Mark it as executable
Code:
sudo chmod +x /home/pi/shutdown_pi.sh

Specify the script in your remote config
Code:
config = /home/pi/shutdown_pi.sh

If the remote config does not run as root then use sudo poweroff in the script.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: Is there Command to Shutdown Moodeaudio - by Tim Curtis - 06-20-2024, 10:46 AM

Forum Jump: