mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-14 09:55:13 +01:00
15 lines
307 B
Desktop File
15 lines
307 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
|
|
ExecStartPre=-/usr/bin/sj201-reset-led
|
|
ExecStart=/bin/true
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|