summarylogtreecommitdiffstats
path: root/mycroft-voice.service
blob: b9abc4e728a4a729312114ddee008ebf36defba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Mycroft voice processing
After=network.target local-fs.target remote-fs.target mycroft-skills

[Service]
Type=simple
PermissionsStartOnly=true
ExecStart=/bin/bash -c "source /usr/share/mycroft-core/.virtualenvs/mycroft/bin/activate && /usr/share/mycroft-core/start.sh voice"

[Install]
WantedBy=multi-user.target