From 93a354611e38a6949add5c2e5ccc93ef79b9755f Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:32:36 +0000 Subject: Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI] --- mpd/run | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 mpd/run (limited to 'mpd/run') diff --git a/mpd/run b/mpd/run new file mode 100755 index 00000000..bc002d4f --- /dev/null +++ b/mpd/run @@ -0,0 +1,5 @@ +#!/bin/sh +exec 2>&1 +[ -r conf ] && . ./conf +install -d -m 0755 -o mpd -g mpd /run/mpd +exec mpd --no-daemon ${OPTS:-} -- cgit v1.2.3