diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-13 18:07:56 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-13 18:07:56 -0500 |
| commit | 116f27ebb1340044139779a47b54e6b099bb7caa (patch) | |
| tree | 619b43a51ad6b845f121032923aadb29ee881e0a /.config/s6-rc/mpd | |
| parent | f24f6ea00f245e0ba1e593f954267f7eefd59c8a (diff) | |
update s6 config
Diffstat (limited to '.config/s6-rc/mpd')
| -rw-r--r-- | .config/s6-rc/mpd/dependencies.d/pipewire | 0 | ||||
| -rwxr-xr-x | .config/s6-rc/mpd/finish | 3 | ||||
| -rw-r--r-- | .config/s6-rc/mpd/producer-for | 1 | ||||
| -rwxr-xr-x | .config/s6-rc/mpd/run | 2 | ||||
| -rw-r--r-- | .config/s6-rc/mpd/type | 1 |
5 files changed, 7 insertions, 0 deletions
diff --git a/.config/s6-rc/mpd/dependencies.d/pipewire b/.config/s6-rc/mpd/dependencies.d/pipewire new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.config/s6-rc/mpd/dependencies.d/pipewire diff --git a/.config/s6-rc/mpd/finish b/.config/s6-rc/mpd/finish new file mode 100755 index 0000000..b22f9dc --- /dev/null +++ b/.config/s6-rc/mpd/finish @@ -0,0 +1,3 @@ +#!/command/execlineb -P +s6-permafailon 60 10 1-255 +exit diff --git a/.config/s6-rc/mpd/producer-for b/.config/s6-rc/mpd/producer-for new file mode 100644 index 0000000..a7aaae5 --- /dev/null +++ b/.config/s6-rc/mpd/producer-for @@ -0,0 +1 @@ +mpd-log diff --git a/.config/s6-rc/mpd/run b/.config/s6-rc/mpd/run new file mode 100755 index 0000000..05142b7 --- /dev/null +++ b/.config/s6-rc/mpd/run @@ -0,0 +1,2 @@ +#!/bin/execlineb -P +mpd --no-daemon --stderr diff --git a/.config/s6-rc/mpd/type b/.config/s6-rc/mpd/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/.config/s6-rc/mpd/type @@ -0,0 +1 @@ +longrun |
