summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2017-05-26 10:14:42 +0000
committerLennart Weller <lhw@ring0.de>2017-05-26 10:14:42 +0000
commit4675320c0da8dd02cc89b6e254834b40fdc5d360 (patch)
tree98bc47060d3a0805749c87ff77e4233ff062d8d2
parentmove startup to after network-online (diff)
downloadnetdata-4675320c0da8dd02cc89b6e254834b40fdc5d360.tar.xz
netdata-4675320c0da8dd02cc89b6e254834b40fdc5d360.zip
fix indentation
-rw-r--r--debian/netdata.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/netdata.logrotate b/debian/netdata.logrotate
index 71792f674..7ede4fcb0 100644
--- a/debian/netdata.logrotate
+++ b/debian/netdata.logrotate
@@ -8,6 +8,6 @@
rotate 14
sharedscripts
postrotate
- /bin/kill -HUP `pidof netdata 2>/dev/null` 2>/dev/null || true
+ /bin/kill -HUP `pidof netdata 2>/dev/null` 2>/dev/null || true
endscript
}