systemd: add inverterd service file
This commit is contained in:
parent
c8a493b943
commit
b8cb339ad9
10
systemd/inverterd.service
Normal file
10
systemd/inverterd.service
Normal file
@ -0,0 +1,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
|
Loading…
x
Reference in New Issue
Block a user