2021-09-22 15:46:32 +02:00
|
|
|
[Unit]
|
|
|
|
Description=OVOS Dashboard Service
|
|
|
|
After=network.target
|
2021-09-27 09:19:23 +02:00
|
|
|
Requires=dbus.socket
|
2021-09-22 15:46:32 +02:00
|
|
|
|
|
|
|
[Service]
|
2021-09-27 09:19:23 +02:00
|
|
|
Type=dbus
|
|
|
|
BusName=com.openvoiceos.ovos-dashboard
|
2021-09-22 15:46:32 +02:00
|
|
|
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
|