1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-15 10:46:00 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-service/mycroft.service

16 lines
249 B
SYSTEMD
Raw Normal View History

[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