Merge pull request #64 from overkill32/patch-1
Update hass-poc-configurator.systemd
This commit is contained in:
commit
5e5130b73f
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue