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

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

[Install]
WantedBy=multi-user.target