summaryrefslogtreecommitdiffstats
path: root/system/netdata-init-d.in
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2017-09-17 22:17:33 +0000
committerLennart Weller <lhw@ring0.de>2017-09-17 22:17:33 +0000
commit6aaf5ba7ed0980c14bdc554fc8839a2126455ed5 (patch)
tree6161925716661486e7f47c479668a9487b039d83 /system/netdata-init-d.in
parentNew upstream version 1.7.0+dfsg (diff)
downloadnetdata-19ca3b25712ab631047d8307225f1ebf96f41828.tar.xz
netdata-19ca3b25712ab631047d8307225f1ebf96f41828.zip
New upstream version 1.8.0+dfsgupstream/1.8.0+dfsg
Diffstat (limited to 'system/netdata-init-d.in')
-rw-r--r--system/netdata-init-d.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/netdata-init-d.in b/system/netdata-init-d.in
index 468ceee2a..90a4b95be 100644
--- a/system/netdata-init-d.in
+++ b/system/netdata-init-d.in
@@ -15,7 +15,7 @@ DAEMON="netdata"
DAEMON_PATH=@sbindir_POST@
PIDFILE=@localstatedir_POST@/run/$DAEMON.pid
DAEMONOPTS="-P $PIDFILE"
-STOP_TIMEOUT="10"
+STOP_TIMEOUT="60"
[ -e /etc/sysconfig/$DAEMON ] && . /etc/sysconfig/$DAEMON