We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627362b commit 36b60a4Copy full SHA for 36b60a4
rootfs/etc/pulse/system.pa
@@ -46,6 +46,12 @@ load-module module-always-sink
46
### Enable positioned event sounds
47
load-module module-position-event-sounds
48
49
-.ifexists /data/custom.pa
+# Load additional user configuration, if present
50
+#
51
+# Using nofail has two effects here:
52
+# 1) Causes PulseAudio to log a message at startup if the user configuration
53
+# is not present to increase visible of the corresponding configuration
54
+# (cli-command.c: stat('/data/custom.pa'): No such file or directory)
55
+# 2) Means broken user command in the given file will not make PulseAudio fail
56
+.nofail
57
.include /data/custom.pa
-.endif
0 commit comments