dot/scripts/start-mpd

5 lines
167 B
Plaintext
Raw Normal View History

2021-10-09 21:20:41 +00:00
#!/bin/sh
2023-07-11 14:28:11 +00:00
pidof mpd || mpd .config/mpd/mpd.conf
2021-12-13 20:05:03 +00:00
pidof mpdscribble || mpdscribble --conf .config/mpdscribble/mpdscribble.conf
pidof mpd-rpc || mpd-rpc --no-idle --fork