mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-19 12:23:03 +01:00
be983f24a5
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.
14 lines
268 B
Desktop File
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
|