1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-14 01:44:27 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-service/mycroft.service

14 lines
268 B
SYSTEMD
Raw Normal View History

[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