]> arthur.barton.de Git - netdata.git/blobdiff - system/netdata.service.in
fixed memory leak in web_client_free()
[netdata.git] / system / netdata.service.in
index bc26cc9dcc83aec3df4adcf5e062af9f098cde3f..5a119553cb2c804390693288540697c0e3bd9feb 100644 (file)
@@ -1,5 +1,5 @@
 [Unit]
-Description=Linux real time system monitoring, over the web
+Description=Linux real time system monitoring, done right
 After=network.target httpd.service squid.service nfs-server.service mysqld.service named.service postfix.service
 
 [Service]
@@ -9,7 +9,8 @@ User=root
 Group=root
 PIDFile=@localstatedir_POST@/run/netdata.pid
 ExecStart=@sbindir_POST@/netdata -pidfile @localstatedir_POST@/run/netdata.pid
-ExecStop=/bin/kill -SIGTERM $MAINPID
+KillMode=mixed
+KillSignal=SIGTERM
 TimeoutStopSec=30
 
 [Install]