diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-23 09:49:06 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-23 09:49:06 +0500 |
commit | 82c8e73151f7b7f6aa2d5eb06e407393bf025591 (patch) | |
tree | 1d0280b7a3e9d479706733c872bd0eb140aaff40 /.config/.runit/sv/wireplumber/log/run | |
parent | 55d0510313c623a5d9070b7ddc88693a63ca5c2b (diff) |
change tmux way of opening projects, also startdwm for void
Diffstat (limited to '.config/.runit/sv/wireplumber/log/run')
-rwxr-xr-x | .config/.runit/sv/wireplumber/log/run | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/.runit/sv/wireplumber/log/run b/.config/.runit/sv/wireplumber/log/run new file mode 100755 index 0000000..aa89d14 --- /dev/null +++ b/.config/.runit/sv/wireplumber/log/run @@ -0,0 +1,12 @@ +#!/bin/sh + +[ -r ../conf ] && . ../conf + +if [ "${LOGGING_ENABLE}x" == "1x" ]; then + # Create the log directory if not exists. + [ -d "${LOG_DIR}" ] || mkdir -p "${LOG_DIR}" + + exec svlogd -tt "${LOG_DIR}" +else + exec chpst -b wireplumber-log-null cat >/dev/null +fi |