]> git.pld-linux.org Git - packages/netdata.git/blame - netdata.service
up to 1.1.0 (2016-04-20)
[packages/netdata.git] / netdata.service
CommitLineData
1aa35efd 1[Unit]
cf647efe 2Description=Linux real time system monitoring, over the web
1aa35efd
ER
3After=network.target httpd.service squid.service nfs-server.service mysqld.service named.service postfix.service
4
5[Service]
6Type=forking
7WorkingDirectory=/tmp
8User=root
9Group=root
10PIDFile=/var/run/netdata/netdata.pid
cf647efe 11ExecStart=/usr/sbin/netdata -pidfile /var/run/netdata/netdata.pid
1aa35efd
ER
12ExecStop=/bin/kill -SIGTERM $MAINPID
13TimeoutStopSec=30
14
15[Install]
16WantedBy=multi-user.target
This page took 0.085165 seconds and 4 git commands to generate.