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

[Service]
EnvironmentFile=/etc/default/inverterd
Restart=on-failure
ExecStart=/usr/local/bin/inverterd $PARAMS

[Install]
WantedBy=multi-user.target