summaryrefslogtreecommitdiff
path: root/runit/sv
diff options
context:
space:
mode:
Diffstat (limited to 'runit/sv')
-rw-r--r--runit/sv/dunst/conf9
-rwxr-xr-xrunit/sv/dunst/log/run12
-rwxr-xr-xrunit/sv/dunst/run5
-rw-r--r--runit/sv/mako/conf9
-rw-r--r--runit/sv/mako/down0
-rwxr-xr-xrunit/sv/mako/log/run12
-rwxr-xr-xrunit/sv/mako/run5
-rw-r--r--runit/sv/mpd-mpris/conf9
-rwxr-xr-xrunit/sv/mpd-mpris/log/run12
-rwxr-xr-xrunit/sv/mpd-mpris/run8
-rw-r--r--runit/sv/mpd-notification/conf9
-rwxr-xr-xrunit/sv/mpd-notification/log/run12
-rwxr-xr-xrunit/sv/mpd-notification/run9
-rw-r--r--runit/sv/mpd/conf9
-rwxr-xr-xrunit/sv/mpd/log/run12
-rwxr-xr-xrunit/sv/mpd/run8
-rw-r--r--runit/sv/pipewire-pulse/conf12
-rwxr-xr-xrunit/sv/pipewire-pulse/log/run12
-rwxr-xr-xrunit/sv/pipewire-pulse/run12
-rw-r--r--runit/sv/wireplumber/conf12
-rwxr-xr-xrunit/sv/wireplumber/log/run12
-rwxr-xr-xrunit/sv/wireplumber/run12
22 files changed, 0 insertions, 212 deletions
diff --git a/runit/sv/dunst/conf b/runit/sv/dunst/conf
deleted file mode 100644
index 88353ef..0000000
--- a/runit/sv/dunst/conf
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- mode: sh; -*-
-
-# Additional command line arguments for pipewire(1).
-OPTS=''
-
-# Setting this to 1 enables logging, any other value - disables.
-LOGGING_ENABLE=1
-# The directory will be created for you, if logging is enabled.
-LOG_DIR="$HOME/.local/var/log/dunst"
diff --git a/runit/sv/dunst/log/run b/runit/sv/dunst/log/run
deleted file mode 100755
index 09818ce..0000000
--- a/runit/sv/dunst/log/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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 mpd-log-null cat >/dev/null
-fi
diff --git a/runit/sv/dunst/run b/runit/sv/dunst/run
deleted file mode 100755
index 1c0aa88..0000000
--- a/runit/sv/dunst/run
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-[ -r ./conf ] && . ./conf
-
-exec dunst ${OPTS:-} 2>&1
diff --git a/runit/sv/mako/conf b/runit/sv/mako/conf
deleted file mode 100644
index 6bb79d1..0000000
--- a/runit/sv/mako/conf
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- mode: sh; -*-
-
-# Additional command line arguments for pipewire(1).
-OPTS=''
-
-# Setting this to 1 enables logging, any other value - disables.
-LOGGING_ENABLE=1
-# The directory will be created for you, if logging is enabled.
-LOG_DIR="$HOME/.local/var/log/mako"
diff --git a/runit/sv/mako/down b/runit/sv/mako/down
deleted file mode 100644
index e69de29..0000000
--- a/runit/sv/mako/down
+++ /dev/null
diff --git a/runit/sv/mako/log/run b/runit/sv/mako/log/run
deleted file mode 100755
index 09818ce..0000000
--- a/runit/sv/mako/log/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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 mpd-log-null cat >/dev/null
-fi
diff --git a/runit/sv/mako/run b/runit/sv/mako/run
deleted file mode 100755
index 266f521..0000000
--- a/runit/sv/mako/run
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-[ -r ./conf ] && . ./conf
-
-exec mako ${OPTS:-} 2>&1
diff --git a/runit/sv/mpd-mpris/conf b/runit/sv/mpd-mpris/conf
deleted file mode 100644
index 7b43455..0000000
--- a/runit/sv/mpd-mpris/conf
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- mode: sh; -*-
-
-# Additional command line arguments for pipewire(1).
-OPTS='-network unix'
-
-# Setting this to 1 enables logging, any other value - disables.
-LOGGING_ENABLE=0
-# The directory will be created for you, if logging is enabled.
-LOG_DIR="$HOME/.local/var/log/mpd-mpris"
diff --git a/runit/sv/mpd-mpris/log/run b/runit/sv/mpd-mpris/log/run
deleted file mode 100755
index 09818ce..0000000
--- a/runit/sv/mpd-mpris/log/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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 mpd-log-null cat >/dev/null
-fi
diff --git a/runit/sv/mpd-mpris/run b/runit/sv/mpd-mpris/run
deleted file mode 100755
index 3883e70..0000000
--- a/runit/sv/mpd-mpris/run
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# Wait for the PipeWire Pulse daemon to start.
-sv check "$HOME/.config/runit/sv/mpd" >/dev/null || exit 1
-
-[ -r ./conf ] && . ./conf
-
-exec mpd-mpris ${OPTS:--network unix} 2>&1
diff --git a/runit/sv/mpd-notification/conf b/runit/sv/mpd-notification/conf
deleted file mode 100644
index e0b9aa3..0000000
--- a/runit/sv/mpd-notification/conf
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- mode: sh; -*-
-
-# Additional command line arguments for pipewire(1).
-OPTS=''
-
-# Setting this to 1 enables logging, any other value - disables.
-LOGGING_ENABLE=0
-# The directory will be created for you, if logging is enabled.
-LOG_DIR="$HOME/.local/var/log/mpd-notification"
diff --git a/runit/sv/mpd-notification/log/run b/runit/sv/mpd-notification/log/run
deleted file mode 100755
index 09818ce..0000000
--- a/runit/sv/mpd-notification/log/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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 mpd-log-null cat >/dev/null
-fi
diff --git a/runit/sv/mpd-notification/run b/runit/sv/mpd-notification/run
deleted file mode 100755
index a643d56..0000000
--- a/runit/sv/mpd-notification/run
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# Wait for the PipeWire Pulse daemon to start.
-sv check "$HOME/.config/runit/sv/mpd" >/dev/null || exit 1
-sv check "$HOME/.config/runit/sv/mako" >/dev/null || exit 1
-
-[ -r ./conf ] && . ./conf
-
-exec mpd-notification ${OPTS:-} 2>&1
diff --git a/runit/sv/mpd/conf b/runit/sv/mpd/conf
deleted file mode 100644
index ca3a82f..0000000
--- a/runit/sv/mpd/conf
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- mode: sh; -*-
-
-# Additional command line arguments for pipewire(1).
-OPTS=''
-
-# Setting this to 1 enables logging, any other value - disables.
-LOGGING_ENABLE=0
-# The directory will be created for you, if logging is enabled.
-LOG_DIR="$HOME/.local/var/log/mpd"
diff --git a/runit/sv/mpd/log/run b/runit/sv/mpd/log/run
deleted file mode 100755
index 09818ce..0000000
--- a/runit/sv/mpd/log/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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 mpd-log-null cat >/dev/null
-fi
diff --git a/runit/sv/mpd/run b/runit/sv/mpd/run
deleted file mode 100755
index b57d5ac..0000000
--- a/runit/sv/mpd/run
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# Wait for the PipeWire Pulse daemon to start.
-sv check "$HOME/.config/runit/sv/pipewire-pulse" >/dev/null || exit 1
-
-[ -r ./conf ] && . ./conf
-
-exec mpd --no-daemon --stderr ${OPTS:-} 2>&1
diff --git a/runit/sv/pipewire-pulse/conf b/runit/sv/pipewire-pulse/conf
deleted file mode 100644
index 606eac5..0000000
--- a/runit/sv/pipewire-pulse/conf
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- mode: sh; -*-
-
-# Additional command line arguments for pipewire-pulse.
-OPTS=''
-
-# Setting this to 1 enables logging, any other value - disables.
-LOGGING_ENABLE=0
-# Set the pipewire log level.
-# See: https://docs.pipewire.org/page_daemon.html#sec_logging
-LOG_LEVEL=1
-# The directory will be created for you, if logging is enabled.
-LOG_DIR="$HOME/.local/var/log/pipewire-pulse"
diff --git a/runit/sv/pipewire-pulse/log/run b/runit/sv/pipewire-pulse/log/run
deleted file mode 100755
index ba8236e..0000000
--- a/runit/sv/pipewire-pulse/log/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
diff --git a/runit/sv/pipewire-pulse/run b/runit/sv/pipewire-pulse/run
deleted file mode 100755
index 0e43d6f..0000000
--- a/runit/sv/pipewire-pulse/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# Wait for the PipeWire Media Session daemon to start.
-sv check "$HOME/.config/runit/sv/wireplumber" >/dev/null || exit 1
-
-[ -r ./conf ] && . ./conf
-
-if [ "${LOGGING_ENABLE}x" = "1x" -a -n "${LOG_LEVEL}" ]; then
- export PIPEWIRE_DEBUG="${LOG_LEVEL}"
-fi
-
-exec pipewire-pulse ${OPTS:-} 2>&1
diff --git a/runit/sv/wireplumber/conf b/runit/sv/wireplumber/conf
deleted file mode 100644
index d712f03..0000000
--- a/runit/sv/wireplumber/conf
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- mode: sh; -*-
-
-# Additional command line arguments for wireplumber.
-OPTS=''
-
-# Setting this to 1 enables logging, any other value - disables.
-LOGGING_ENABLE=0
-# Set the wireplumber log level.
-# See: https://pipewire.pages.freedesktop.org/wireplumber/daemon-logging.html
-LOG_LEVEL=2
-# The directory will be created for you, if logging is enabled.
-LOG_DIR="$HOME/.local/var/log/wireplumber"
diff --git a/runit/sv/wireplumber/log/run b/runit/sv/wireplumber/log/run
deleted file mode 100755
index aa89d14..0000000
--- a/runit/sv/wireplumber/log/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
diff --git a/runit/sv/wireplumber/run b/runit/sv/wireplumber/run
deleted file mode 100755
index 5fb9edc..0000000
--- a/runit/sv/wireplumber/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# Wait for the PipeWire daemon to start.
-sv check "$HOME/.config/runit/sv/pipewire" >/dev/null || exit 1
-
-[ -r ./conf ] && . ./conf
-
-if [ "${LOGGING_ENABLE}x" = "1x" -a -n "${LOG_LEVEL}" ]; then
- export WIREPLUMBER_DEBUG="${LOG_LEVEL}"
-fi
-
-exec wireplumber ${OPTS:-} 2>&1