wyoming, borg, grayjay, oh my
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 9m54s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 9m54s
This commit is contained in:
18
active/systemd_wyoming/wakeword.service
Normal file
18
active/systemd_wyoming/wakeword.service
Normal file
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=Wyoming Satellite Wake Word
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart={{ ansible_env.HOME }}/wyoming-openwakeword/script/run \
|
||||
--uri 'tcp://{{ wakeword.listen_ip }}:{{ wakeword.listen_port }}' \
|
||||
--threshold '{{ wakeword.threshold }}' \
|
||||
--preload-model '{{ wakeword.preload_model }}' \
|
||||
--debug-probability
|
||||
WorkingDirectory={{ ansible_env.HOME }}/wyoming-openwakeword
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user