Skip to content

Commit 627362b

Browse files
committed
Add ability to add custom PulseAudio startup commands
Loads two extra “user-configurable” configuration files: /mnt/data/supervisor/audio/override.pa … replaces the default configuration, if present. /mnt/data/supervisor/audio/custom.pa … is appended to the default configuration, if present.
1 parent 42736db commit 627362b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rootfs/etc/pulse/system.pa

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ load-module module-always-sink
4545

4646
### Enable positioned event sounds
4747
load-module module-position-event-sounds
48+
49+
.ifexists /data/custom.pa
50+
.include /data/custom.pa
51+
.endif

0 commit comments

Comments
 (0)