mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-14 18:26:28 +01:00
16 lines
320 B
Desktop File
16 lines
320 B
Desktop File
[Unit]
|
|
Description=Mycroft A.I. Software stack.
|
|
After=pulseaudio.service
|
|
|
|
[Service]
|
|
User=mycroft
|
|
WorkingDirectory=/home/mycroft
|
|
Type=oneshot
|
|
ExecStartPre=/bin/psplash-write "MSG Starting Mycroft A.I. software stack"
|
|
ExecStartPre=/bin/sleep 2
|
|
ExecStart=/bin/true
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|