]> git.pld-linux.org Git - packages/netdata.git/blobdiff - netdata.service
use systemd.service from upstream tarball
[packages/netdata.git] / netdata.service
diff --git a/netdata.service b/netdata.service
deleted file mode 100644 (file)
index cb70209..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-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]
-Type=forking
-WorkingDirectory=/tmp
-User=root
-Group=root
-PIDFile=/var/run/netdata/netdata.pid
-ExecStart=/usr/sbin/netdata -pidfile /var/run/netdata/netdata.pid
-ExecStop=/bin/kill -SIGTERM $MAINPID
-TimeoutStopSec=30
-
-[Install]
-WantedBy=multi-user.target
This page took 0.033143 seconds and 4 git commands to generate.