Change path of oz socket

shw_dev
dma 7 years ago
parent 7b5a0ed980
commit 5a755a04e8

@ -9,7 +9,7 @@ import (
"net"
)
const ReceiverSocketPath = "/tmp/fwoz.sock"
const ReceiverSocketPath = "/var/run/fw-daemon/fwoz.sock"
func reader(r io.Reader) {
buf := make([]byte, 1024)

@ -12,7 +12,7 @@ import (
"github.com/subgraph/oz/ipc"
)
const ReceiverSocketPath = "/tmp/fwoz.sock"
const ReceiverSocketPath = "/var/run/fw-daemon/fwoz.sock"
type OzInitProc struct {

Loading…
Cancel
Save