mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-07 23:48:40 +01:00
15 lines
398 B
SYSTEMD
15 lines
398 B
SYSTEMD
|
[Unit]
|
||
|
Description=OVOS Dashboard Service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
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
|