aboutsummaryrefslogtreecommitdiffstats
path: root/wireplumber/run
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-11-29 22:43:59 -0500
committerSquibid <me@zacharyscheiman.com>2023-11-29 22:43:59 -0500
commit2b3387af9c2837a5dae09ae2aacba627c3c6dcd3 (patch)
treeacddff3efd3cf88df19eda5a3d80f11b2005acfa /wireplumber/run
parentb473bfb6e06c6ea72ceb7e4cd4d0a406e12f72ea (diff)
downloadrunit-services-2b3387af9c2837a5dae09ae2aacba627c3c6dcd3.tar.gz
runit-services-2b3387af9c2837a5dae09ae2aacba627c3c6dcd3.tar.bz2
runit-services-2b3387af9c2837a5dae09ae2aacba627c3c6dcd3.zip
replace path to services with environment variable
Diffstat (limited to '')
-rwxr-xr-xwireplumber/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireplumber/run b/wireplumber/run
index a75dc76..44a4aa1 100755
--- a/wireplumber/run
+++ b/wireplumber/run
@@ -1,4 +1,4 @@
#!/bin/sh
# make sure pipewire is running
-sv check "$HOME/.local/share/service/pipewire" > /dev/null || exit 1
+sv check "$SV/pipewire" > /dev/null || exit 1
exec wireplumber