1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-13 01:33:45 +01:00
OpenVoiceOS/buildroot-external/package/ovos-dashboard/ovos-dashboard@.service

15 lines
386 B
Desktop File

[Unit]
Description=OVOS Dashboard Service
[Service]
Type=simple
Environment=SIMPLELOGIN_USERNAME="OVOS"
Environment=SIMPLELOGIN_PASSWORD=%i
Environment=MYCROFT_SKILLS_LOCATION=%h/.local/share/mycroft/skills/
WorkingDirectory=/usr/local/share/ovos-dashboard
ExecStart=python /usr/local/share/ovos-dashboard/app.py --serve-in-foreground
Restart=always
[Install]
WantedBy=default.target