1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-15 02:16:36 +01:00
OpenVoiceOS/buildroot-external/package/ovos-dashboard/ovos-dashboard@.service
2021-09-27 09:19:23 +02:00

18 lines
468 B
Desktop File

[Unit]
Description=OVOS Dashboard Service
After=network.target
Requires=dbus.socket
[Service]
Type=dbus
BusName=com.openvoiceos.ovos-dashboard
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=multi-user.target