1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-19 12:23:03 +01:00
OpenVoiceOS/buildroot-external/package/mycroft-service/mycroft.service
j1nx be983f24a5 MycroftOS: Delay the start of mycroft.
This is done by starting it after NetworkManager and timsynd.
this does not mean it waits for network connectivity, just those
two services need to be started first.
2020-08-21 12:12:13 +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