We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7259eec commit e589183Copy full SHA for e589183
postgres_exporter.rc
@@ -56,7 +56,8 @@ postgres_exporter_data_source_name="postgresql://${postgres_exporter_pg_user}:${
56
pidfile=/var/run/postgres_exporter.pid
57
command="/usr/sbin/daemon"
58
procname="/usr/local/bin/postgres_exporter"
59
-command_args="-p ${pidfile} /usr/bin/env DATA_SOURCE_NAME="${postgres_exporter_data_source_name}" ${procname} \
+command_args="-f -p ${pidfile} -T ${name} \
60
+ /usr/bin/env DATA_SOURCE_NAME="${postgres_exporter_data_source_name}" ${procname} \
61
--web.listen-address=${postgres_exporter_listen_address} \
62
${postgres_exporter_args}"
63
0 commit comments