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.
This commit is contained in:
j1nx 2020-08-21 12:12:13 +02:00
parent d959ccb81c
commit be983f24a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Unit]
Description=Mycroft A.I. Software stack.
After=pulseaudio.service
After=pulseaudio.service NetworkManager.service systemd-timesyncd.service
[Service]
User=mycroft