bundles/voc-loudness-monitor: no need to start the loudness units on every run

This commit is contained in:
Franzi 2020-03-27 11:50:50 +00:00
parent d7d793e04a
commit 9a956e832a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -71,4 +71,8 @@ for stream_id, config in streams.items():
'file:/etc/systemd/system/loudness_{}.service'.format(stream_id),
'action:systemd-reload',
},
# These units are designed to fail if the assigned stream fails. No need
# to restart them on every bw run.
# Downside of this: services must be started once they are applied.
'running': None,
}