diff options
Diffstat (limited to 'void/services')
| -rwxr-xr-x | void/services/mpd/run | 3 | ||||
| -rwxr-xr-x | void/services/pipewire/run | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/void/services/mpd/run b/void/services/mpd/run new file mode 100755 index 0000000..d0c23db --- /dev/null +++ b/void/services/mpd/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec chpst -e "$TURNSTILE_ENV_DIR" mpd diff --git a/void/services/pipewire/run b/void/services/pipewire/run new file mode 100755 index 0000000..1de4c3b --- /dev/null +++ b/void/services/pipewire/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec chpst -e "$TURNSTILE_ENV_DIR" pipewire |