From d345455cc91df176b2b1ec7d50e67967c3f18c0c Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Wed, 5 Mar 2025 15:05:06 -0500 Subject: more improvements to service management --- void/services/pipewire/log/run | 3 +++ void/services/pipewire/run | 1 + 2 files changed, 4 insertions(+) create mode 100755 void/services/pipewire/log/run (limited to 'void/services/pipewire') diff --git a/void/services/pipewire/log/run b/void/services/pipewire/log/run new file mode 100755 index 0000000..223169a --- /dev/null +++ b/void/services/pipewire/log/run @@ -0,0 +1,3 @@ +#!/bin/sh + +exec vlogger -t pipewire-$(id -u) -p daemon diff --git a/void/services/pipewire/run b/void/services/pipewire/run index 1de4c3b..e3a5513 100755 --- a/void/services/pipewire/run +++ b/void/services/pipewire/run @@ -1,3 +1,4 @@ #!/bin/sh exec chpst -e "$TURNSTILE_ENV_DIR" pipewire + -- cgit v1.2.3