1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-27 17:09:29 +01:00

15 lines
386 B
SYSTEMD
Raw Normal View History

[Unit]
Description=OVOS Dashboard Service
[Service]
2023-01-12 19:33:43 +01:00
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]
2023-01-12 19:33:43 +01:00
WantedBy=default.target