13 lines
274 B
SYSTEMD
13 lines
274 B
SYSTEMD
|
[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
|