diff options
Diffstat (limited to 'straper/db/public/boot/etc-default/prometheus')
| -rw-r--r-- | straper/db/public/boot/etc-default/prometheus | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/straper/db/public/boot/etc-default/prometheus b/straper/db/public/boot/etc-default/prometheus new file mode 100644 index 0000000..5f2b5f7 --- /dev/null +++ b/straper/db/public/boot/etc-default/prometheus @@ -0,0 +1,5 @@ +# Set the command-line arguments to pass to the server. +# Due to shell escaping, to pass backslashes for regexes, you need to double +# them (\\d for \d). If running under systemd, you need to double them again +# (\\\\d to mean \d), and escape newlines too. +ARGS="" |
