11 lines
168 B
Desktop File
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
|