2024-09-03 14:30:50 -06:00
|
|
|
[Unit]
|
|
|
|
Description=Home Assistant Location Export
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
User=homeassistant
|
2024-09-03 14:38:43 -06:00
|
|
|
ExecStart=/srv/ha-location-exporter/venv/bin/python /srv/ha-location-exporter/main.py
|
2024-09-03 15:43:02 -06:00
|
|
|
SyslogIdentifier=ha-location-exporter
|
2024-09-03 14:30:50 -06:00
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=5s
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|