From 6d0a15ed36267aadb114515ba6aaa85934374e63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 16 Apr 2017 13:52:01 +0200 Subject: Add syncemail service --- service/mpd | 5 ----- 1 file changed, 5 deletions(-) (limited to 'service/mpd') diff --git a/service/mpd b/service/mpd index 4f0f467..f55722a 100755 --- a/service/mpd +++ b/service/mpd @@ -4,11 +4,6 @@ description="Music player daemon" pidfile=".config/mpd/pid" -MPD_PID=~/.config/mpd/pid -if [ ! -e $MPD_PID ] || ! kill -0 $(cat $MPD_PID); then - mpd ~/.config/mpd/mpd.conf -fi - status() { [ -f $pidfile ] || return 1 kill -0 "$(cat $pidfile)" || return 1 -- cgit v1.2.3