FreeBSD Bugzilla – Attachment 214600 Details for
Bug 246539
sysutils/node_exporter: relinquish terminal when daemonizing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Relinquish the terminal when starting node_exporter
node_exporter_terminal.diff (text/plain), 1.13 KB, created by
Alan Somers
on 2020-05-18 15:17:13 UTC
(
hide
)
Description:
Relinquish the terminal when starting node_exporter
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2020-05-18 15:17:13 UTC
Size:
1.13 KB
patch
obsolete
>commit 6a82fb4ee1d0c78a441aa5ed087c93e6e5e52c07 >Author: Alan Somers <asomers@axcient.com> >Date: Tue Mar 10 02:30:25 2020 +0000 > > sysutils/node_exporter: relinquish terminal when daemonizing > >diff --git a/sysutils/node_exporter/Makefile b/sysutils/node_exporter/Makefile >index fcfbbff44b2e..7843806b2df4 100644 >--- a/sysutils/node_exporter/Makefile >+++ b/sysutils/node_exporter/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= node_exporter > PORTVERSION= 0.18.1 >+PORTREVISION= 1 > DISTVERSIONPREFIX=v > CATEGORIES= sysutils > >diff --git a/sysutils/node_exporter/files/node_exporter.in b/sysutils/node_exporter/files/node_exporter.in >index 7cf841da5d46..b6e452dd3780 100644 >--- a/sysutils/node_exporter/files/node_exporter.in >+++ b/sysutils/node_exporter/files/node_exporter.in >@@ -38,7 +38,7 @@ load_rc_config $name > pidfile=/var/run/node_exporter.pid > command="/usr/sbin/daemon" > procname="%%PREFIX%%/bin/node_exporter" >-command_args="-p ${pidfile} -T ${name} \ >+command_args="-f -p ${pidfile} -T ${name} \ > /usr/bin/env ${procname} \ > --web.listen-address=${node_exporter_listen_address} \ > --collector.textfile.directory=${node_exporter_textfile_dir} \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246539
: 214600