mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-16 19:08:43 +01:00
032566548a
- Systemd support for Mycroft A.I. - Remove old init.d system files - Update start/stop-mycroft.sh files
16 lines
249 B
Desktop File
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
|