daemon: add an example minimal conf file

Add an example for how to start a daemon with source, sink and
metadata. It does not need a session manager and is able to run
jack clients.
This commit is contained in:
Wim Taymans 2022-01-18 12:47:52 +01:00
parent d19ab798be
commit 9976a7f8b2
2 changed files with 274 additions and 0 deletions

View file

@ -68,6 +68,7 @@ conf_files = [
'client.conf',
'client-rt.conf',
'jack.conf',
'minimal.conf',
'pipewire-pulse.conf',
]