inverter-tools/systemd/inverterd.service
2021-05-07 02:49:33 +03:00

11 lines
168 B
Desktop File

[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