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,17 @@
[Unit]
Description=Loudness Monitor for ${url}
After=syslog.target
After=network.target
[Service]
RestartSec=30s
Type=simple
User=voc
Group=voc
WorkingDirectory=/opt/voc-loudness-monitor/
ExecStart=/opt/voc-loudness-monitor/loudness_${id}.sh
Restart=always
StartLimitInterval=0
[Install]
WantedBy=multi-user.target