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

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

[Install]
WantedBy=multi-user.target