summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 348a9ae1d6..f9d62c0452 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -113,6 +113,8 @@ exit 0
%post
# Register the netdata service
/sbin/chkconfig --add netdata
+# Start the netdata service
+/sbin/service netdata start
%preun
if [ $1 = 0 ]; then