]> arthur.barton.de Git - netdata.git/commitdiff
start netdata post RPM install to align with EL7
authorJason Barnett <jason.w.barnett@gmail.com>
Tue, 26 Jul 2016 14:12:40 +0000 (10:12 -0400)
committerJason Barnett <jason.w.barnett@gmail.com>
Tue, 26 Jul 2016 14:12:40 +0000 (10:12 -0400)
netdata.spec.in

index 348a9ae1d6f61f504674d139374a1aa67a98a7f3..f9d62c04529777a671395b4b9ac22c982ccf3705 100644 (file)
@@ -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