added playbook
This commit is contained in:
parent
92fefce0a7
commit
f6ba25935c
13 changed files with 433 additions and 1 deletions
12
ansible/files/q6voiced-temp.service
Normal file
12
ansible/files/q6voiced-temp.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=q6voiced routes call audio between modem and audio device
|
||||
After=dbus.service
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=/etc/q6voiced.conf
|
||||
ExecStart=/opt/q6voiced/q6voiced hw:${q6voice_card},${q6voice_device}
|
||||
User=nobody
|
||||
Group=audio
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue