1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-18 11:58:58 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-service/mycroft.service
j1nx f1d0de3f6c [WIP] Sound architecture changes.
Utilizing our new ovos-i2csound setup systemd
2021-05-10 13:31:27 +02:00

14 lines
268 B
Desktop File

[Unit]
Description=Mycroft A.I. Software stack.
After=pulseaudio.service NetworkManager.service systemd-timesyncd.service
[Service]
User=mycroft
WorkingDirectory=/home/mycroft
Type=oneshot
ExecStart=/bin/true
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target