Skip to content
#

power-supply

Here are 41 public repositories matching this topic...

sudo-linux
sudo-linux commented May 2, 2020

Installation works fine. Using works fine, enable and start liquidcfg in systemctl too.
But when i restart the runnig at boot don't work.:
ExecStart?/usr/bin/liquidcfg --match kraken set pump speed 70 (code=exited, status=1/FAILURE)

if i do systemctl start liquidcfg then it works, until restart.

Pls help me, i like your progamm very much.

matthewrankin
matthewrankin commented Jan 17, 2020

Should we replace the Instrument interface with io.ReadWriter interface? Stated differently, do we really need the StringWriter and Querier interfaces?

type Instrument interface {
	Read(p []byte) (n int, err error)
	Write(p []byte) (n int, err error)
	StringWriter
	Querier
}

type StringWriter interface {
	WriteString(s string) (n int, err error)
}

type Querier interface {
	

Improve this page

Add a description, image, and links to the power-supply topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the power-supply topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.