summarylogtreecommitdiffstats
path: root/hacompanion.service
blob: 47486e4875d64ff84115b57be55af8cd578134a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Daemon that sends local hardware information to Home Assistant
After=network.target

[Service]
User=hacompanion
Group=hacompanion
ExecStart=/usr/bin/hacompanion -config /etc/hacompanion/config.toml
Restart=on-failure

[Install]
WantedBy=multi-user.target