summaryrefslogtreecommitdiff
path: root/runit/sv/pipewire-pulse/log/run
blob: ba8236e6f340c800582b535ed934d519d0d97080 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 pipewire-pulse-log-null cat >/dev/null
fi