Add speech dispatcher example
This commit is contained in:
parent
2fb13e6ae7
commit
937c7ba2a0
5 changed files with 100 additions and 0 deletions
9
examples/systemd/mimic3.service
Normal file
9
examples/systemd/mimic3.service
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Run Mimic 3 web server
|
||||
Documentation=https://github.com/MycroftAI/mimic3
|
||||
|
||||
[Service]
|
||||
ExecStart=/path/to/mimic3-server
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue