mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
- remove caddy event, It is now triggered directly by Caddy in the Start function of the Instance (#2656)
This commit is contained in:
committed by
Miek Gieben
parent
9dd288943a
commit
97e2a53a65
@@ -95,9 +95,6 @@ func Run() {
|
|||||||
showVersion()
|
showVersion()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Execute instantiation events
|
|
||||||
caddy.EmitEvent(caddy.InstanceStartupEvent, instance)
|
|
||||||
|
|
||||||
// Twiddle your thumbs
|
// Twiddle your thumbs
|
||||||
instance.Wait()
|
instance.Wait()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user