1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

MycroftOS: Mycroft A.I. service package

- Systemd support for Mycroft A.I.
- Remove old init.d system files
- Update start/stop-mycroft.sh files
This commit is contained in:
Peter Steenbergen
2019-02-04 12:55:48 +01:00
parent f0711f0972
commit 032566548a
10 changed files with 157 additions and 113 deletions

View File

@ -7,6 +7,6 @@
PYTHON_MYCROFT_VERSION = v18.8.12
PYTHON_MYCROFT_SITE = $(call github,MycroftAI,mycroft-core,release/$(PYTHON_MYCROFT_VERSION))
PYTHON_MYCROFT_SETUP_TYPE = setuptools
PYTHON_MYCROFT_LICENSE_FILES =
PYTHON_MYCROFT_LICENSE_FILES = LICENSE
$(eval $(python-package))