mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-13 01:16:34 +01:00
14 lines
242 B
Desktop File
14 lines
242 B
Desktop File
[Unit]
|
|
Description=Mycroft A.I. Software stack.
|
|
After=pulseaudio.service NetworkManager.service
|
|
|
|
[Service]
|
|
User=mycroft
|
|
WorkingDirectory=/home/mycroft
|
|
Type=oneshot
|
|
ExecStart=/bin/true
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|