You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/configuration.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ type HAProxyConfiguration struct {
65
65
MasterWorkerModebool`long:"master-worker-mode" description:"Flag to enable helpers when running within HAProxy" group:"haproxy"`
66
66
MaxOpenTransactionsint64`long:"max-open-transactions" description:"Limit for active transaction in pending state" default:"20" group:"transaction"`
67
67
ValidateCmdstring`long:"validate-cmd" description:"Executes a custom command to perform the HAProxy configuration check" group:"reload"`
68
-
DisableInotifybool`long:"disable-inotify" description:"Disables inotify watcher watcher for the configuration file" group:"dataplaneapi"`
68
+
DisableInotifybool`long:"disable-inotify" description:"Disables inotify watcher for the configuration file" group:"dataplaneapi"`
69
69
PIDFilestring`long:"pid-file" description:"Path to file that will dataplaneapi use to write its pid" group:"dataplaneapi" example:"/tmp/dataplane.pid"`
70
70
UIDint`long:"uid" description:"User id value to set on start" group:"dataplaneapi" example:"1000"`
71
71
GIDint`long:"gid" description:"Group id value to set on start" group:"dataplaneapi" example:"1000"`
0 commit comments