Browse Source

Fixed: Path to own daemon lib

layerset
Till Wegmüller 6 years ago
parent
commit
3d1faa7b15
  1. 2
      daemon/daemon.go
  2. 2
      imaged/main.go

2
daemon/daemon.go

@ -9,7 +9,7 @@ import (
"syscall"
"git.wegmueller.it/opencloud/opencloud/common"
"github.com/takama/daemon"
"git.wegmueller.it/toasterson/daemon"
)
type Server struct {

2
imaged/main.go

@ -2,7 +2,7 @@ package imaged
/*
import (
"github.com/takama/daemon"
"git.wegmueller.it/toasterson/daemon"
"os"
"fmt"
"git.wegmueller.it/opencloud/opencloud/common"

Loading…
Cancel
Save