DZGA Service blocking login at boot?

Alexa, Google Home and Siri

Moderator: leecollings

Post Reply
portafreak
Posts: 6
Joined: Tuesday 08 November 2016 20:32
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

DZGA Service blocking login at boot?

Post by portafreak »

DZGA seems to be blocking the login prompt when the raspberry boots:

Image

Is there any way to fix that? My unit file looks like this:

Code: Select all

[Unit]
Description=Domoticz-Google-Assistant Service
After=multi-user.target
[email protected]

[Service]
Environment=VIRTUAL_ENV=/home/pi/Domoticz-Google-Assistant/env
Environment=PATH=/home/pi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ExecStart=/home/pi/Domoticz-Google-Assistant/env/bin/python3 /home/pi/Domoticz-Google-Assistant/
User=pi
Restart=on-failure

[Install]
WantedBy=multi-user.target



EddyG
Posts: 1042
Joined: Monday 02 November 2015 5:54
Target OS: -
Domoticz version:

Re: DZGA Service blocking login at boot?

Post by EddyG »

I have 1 line added: StandardInput=tty-force

Code: Select all

ExecStart=/home/pi/Domoticz-Google-Assistant/env/bin/python3 /home/pi/Domoticz-Google-Assistant/
StandardInput=tty-force
User=pi
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests