diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-04 12:41:09 -0500 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-04 12:41:09 -0500 |
| commit | 26c2673b6923a1906c8c4cfcf70bd4c79916e417 (patch) | |
| tree | 3b4749157b09e9cec6816d342f4bc45aa59e83c0 /void | |
| parent | fdbeca13108fac5e5f07fb08d8b28d80ed973c1d (diff) | |
| download | home-26c2673b6923a1906c8c4cfcf70bd4c79916e417.tar.gz | |
fixed mpd fork bomb lol
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 |