diff options
Diffstat (limited to 'void')
| -rwxr-xr-x | void/services/mpd/run | 2 |
1 files changed, 1 insertions, 1 deletions
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 |