aboutsummaryrefslogtreecommitdiff
path: root/systemd/inverterd.service
blob: 0718be7ce8dbf2711912101e09259f0a2b5b77da (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=inverterd
After=network.target

[Service]
Restart=on-failure
ExecStart=/usr/local/bin/inverterd --host 0.0.0.0

[Install]
WantedBy=multi-user.target