diff --git a/collector/runit.go b/collector/runit.go index b15ed2b9..2422f804 100644 --- a/collector/runit.go +++ b/collector/runit.go @@ -24,7 +24,7 @@ import ( ) var runitServiceDir = flag.String( - "collector.runit.servicecdir", + "collector.runit.servicedir", "/etc/service", "Path to runit service directory.")