summarylogtreecommitdiffstats
path: root/hass-configurator.service
blob: 87adea3aff4cc5e84fa29ee17247a99b4a0d8cee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=HASS-Configurator
After=network.target

[Service]
Type=simple
User=hass
#Set the path to your configurator.py location
WorkingDirectory=/var/lib/hass
ExecStart=/usr/bin/hass-configurator hass-configurator/settings.conf
Restart=always

[Install]
WantedBy=multi-user.target