bundles/voc-loudness-monitor: inital commit of sources units

This commit is contained in:
Franzi 2020-03-21 11:31:27 +00:00
parent b486548d63
commit 8abfe74c2b
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,9 @@
@metadata_processor
def add_voc_user(metadata):
return {
'users': {
'voc': {
'home': '/opt/voc-loudness-monitor',
},
},
}, DEFAULTS, DONE