elenapan/Scripts/mpd_wakeup.sh

4 lines
79 B
Bash
Executable file

#!/bin/bash
MPDINFO_PID="$(cat /tmp/mpdinfo_pid)"
pkill -P $MPDINFO_PID sleep