1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-16 19:08:43 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-service/mycroft.service
Peter Steenbergen 032566548a MycroftOS: Mycroft A.I. service package
- Systemd support for Mycroft A.I.
- Remove old init.d system files
- Update start/stop-mycroft.sh files
2019-02-04 12:55:48 +01:00

16 lines
249 B
Desktop File

[Unit]
Description=Mycroft AI
After=pulseaudio.service
[Service]
User=mycroft
WorkingDirectory=/home/mycroft
ExecStart=start-mycroft.sh all
ExecStop=stop-mycroft.sh all
Type=forking
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target