initial commit

This commit is contained in:
davidovski 2021-10-09 22:20:41 +01:00
commit 01ced0b7ce
184 changed files with 35358 additions and 0 deletions

3
scripts/start-mpd Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
[ ! -s ~/.config/mpd/pid ] && mpd .config/mpd/mpd.conf
[ -s ~/.config/mpd/pid ] && mpd-rpc --no-idle --fork