Merge pull request #64 from overkill32/patch-1

Update hass-poc-configurator.systemd
This commit is contained in:
Daniel Perna 2018-01-02 20:30:30 +01:00 committed by GitHub
commit 5e5130b73f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,11 @@ After=network.target
[Service]
Type=simple
User=homeassistant
#Set the path to your configurator.py location
ExecStart=/usr/bin/python3 /etc/homeassistant/configurator.py
WorkingDirectory=/etc/homeassistant
ExecStart=/usr/bin/python3 /etc/homeassistant/configurator.py settings.conf
Restart=always
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target