aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/init.d/node_exporter2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/init.d/node_exporter b/examples/init.d/node_exporter
index 74c6243..12d28aa 100755
--- a/examples/init.d/node_exporter
+++ b/examples/init.d/node_exporter
@@ -4,7 +4,7 @@ RETVAL=0
4PROG="node_exporter" 4PROG="node_exporter"
5EXEC="/etc/node_exporter/node_exporter" 5EXEC="/etc/node_exporter/node_exporter"
6LOCKFILE="/var/lock/subsys/$PROG" 6LOCKFILE="/var/lock/subsys/$PROG"
7OPTIONS="-web.listen-address=:9201" 7OPTIONS="--web.listen-address=:9100"
8 8
9# Source function library. 9# Source function library.
10if [ -f /etc/rc.d/init.d/functions ]; then 10if [ -f /etc/rc.d/init.d/functions ]; then