Adapt to new module structure with base and core modules
This commit is contained in:
@@ -21,7 +21,7 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
modules.Register("nameserver", prep, start, nil, "intel")
|
||||
modules.Register("nameserver", prep, start, nil, "core", "intel")
|
||||
}
|
||||
|
||||
func prep() error {
|
||||
|
||||
Reference in New Issue
Block a user