summaryrefslogtreecommitdiff
path: root/net-mgmt/icingadb/files/patch-internal_config_config.go
blob: 418f02d52e51b6a6b25af57058f8bd5fb934b888 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- internal/config/config.go.orig	2025-07-14 11:25:55 UTC
+++ internal/config/config.go
@@ -56,7 +56,7 @@ type Flags struct {
 	Version bool `long:"version" description:"print version and exit"`
 
 	// Config is the path to the config file. If not provided, it defaults to DefaultConfigPath.
-	Config string `short:"c" long:"config" description:"path to config file (default: /etc/icingadb/config.yml)"`
+	Config string `short:"c" long:"config" description:"path to config file (default: %%PREFIX%%/etc/icingadb/config.yml)"`
 	// default must be kept in sync with DefaultConfigPath.
 
 	// DatabaseAutoImport results in an initial schema check and update; mostly for containerized setups.