summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-04-22 19:54:44 -0400
committerJesse Luehrs <doy@tozt.net>2014-04-22 19:56:51 -0400
commitd05f4ea0d806d83e709c86f6aaeec38d299c3afb (patch)
tree8416b427f9e7e6175b0e9457b5b30025d1a5e11c /services
parent947f41f1393f775df2ed5826445a1f77823291f6 (diff)
downloadconf-d05f4ea0d806d83e709c86f6aaeec38d299c3afb.tar.gz
conf-d05f4ea0d806d83e709c86f6aaeec38d299c3afb.zip
install a local copy of mpd too
Diffstat (limited to 'services')
-rwxr-xr-xservices/mpd/log/run3
-rwxr-xr-xservices/mpd/run3
-rwxr-xr-xservices/mpdscribble/log/run3
-rwxr-xr-xservices/mpdscribble/run3
4 files changed, 12 insertions, 0 deletions
diff --git a/services/mpd/log/run b/services/mpd/log/run
new file mode 100755
index 0000000..103c191
--- /dev/null
+++ b/services/mpd/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+multilog t s16777215 $HOME/.log/mpd
diff --git a/services/mpd/run b/services/mpd/run
new file mode 100755
index 0000000..186baef
--- /dev/null
+++ b/services/mpd/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec mpd --no-daemon 2>&1
diff --git a/services/mpdscribble/log/run b/services/mpdscribble/log/run
new file mode 100755
index 0000000..7fc4c3a
--- /dev/null
+++ b/services/mpdscribble/log/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+multilog t s16777215 $HOME/.log/mpdscribble
diff --git a/services/mpdscribble/run b/services/mpdscribble/run
new file mode 100755
index 0000000..95d4511
--- /dev/null
+++ b/services/mpdscribble/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec mpdscribble --no-daemon 2>&1