mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-14 01:44:27 +01:00
16 lines
249 B
SYSTEMD
16 lines
249 B
SYSTEMD
|
[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
|