]> git.pld-linux.org Git - packages/netdata.git/blobdiff - netdata.service
up to 1.1.0 (2016-04-20)
[packages/netdata.git] / netdata.service
index 7033cef67a8336899d9ce7d1ba44e28968064bb5..cb7020908d225f32e9935a23d4c99714b6e5027d 100644 (file)
@@ -1,5 +1,5 @@
 [Unit]
-Description=netdata
+Description=Linux real time system monitoring, over the web
 After=network.target httpd.service squid.service nfs-server.service mysqld.service named.service postfix.service
 
 [Service]
@@ -8,7 +8,7 @@ WorkingDirectory=/tmp
 User=root
 Group=root
 PIDFile=/var/run/netdata/netdata.pid
-ExecStart=/usr/sbin/netdata
+ExecStart=/usr/sbin/netdata -pidfile /var/run/netdata/netdata.pid
 ExecStop=/bin/kill -SIGTERM $MAINPID
 TimeoutStopSec=30
 
This page took 0.04706 seconds and 4 git commands to generate.