summarylogtreecommitdiffstats
path: root/mycroft-skills.service
diff options
context:
space:
mode:
authorThorben Guenther2018-05-31 01:54:28 +0200
committerThorben Guenther2018-05-31 01:54:28 +0200
commit5494cddb1f9daa6e3749b1ec34834b08558fdc2e (patch)
treefbe4e528eb22767355c5b244d1027431abc2141e /mycroft-skills.service
parent059eb36c0c7dd7dec51dfba8e9eed52c571585bc (diff)
downloadaur-5494cddb1f9daa6e3749b1ec34834b08558fdc2e.tar.gz
Current version with python3 support.
Diffstat (limited to 'mycroft-skills.service')
-rw-r--r--mycroft-skills.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/mycroft-skills.service b/mycroft-skills.service
deleted file mode 100644
index 4897757922ae..000000000000
--- a/mycroft-skills.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[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