bundles/voc-loudness-monitor: inital commit of sources units
This commit is contained in:
parent
b486548d63
commit
8abfe74c2b
4 changed files with 118 additions and 0 deletions
17
bundles/voc-loudness-monitor/files/loudness.service
Normal file
17
bundles/voc-loudness-monitor/files/loudness.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue