From 26c2673b6923a1906c8c4cfcf70bd4c79916e417 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Tue, 4 Mar 2025 12:41:09 -0500 Subject: fixed mpd fork bomb lol --- void/services/mpd/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/void/services/mpd/run b/void/services/mpd/run index d0c23db..32001b5 100755 --- a/void/services/mpd/run +++ b/void/services/mpd/run @@ -1,3 +1,3 @@ #!/bin/sh -exec chpst -e "$TURNSTILE_ENV_DIR" mpd +exec chpst -e "$TURNSTILE_ENV_DIR" mpd --no-daemon -- cgit v1.2.3