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:
parent
d959ccb81c
commit
be983f24a5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue