Merge branch 'master' into dev
This commit is contained in:
commit
224dc6f2d5
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
|
Loading…
Add table
Add a link
Reference in a new issue