]> arthur.barton.de Git - netdata.git/blob - system/netdata.service
20a775b5255c7d5c4a64b786b28e5b3519952221
[netdata.git] / system / netdata.service
1 [Unit]
2 Description=netdata
3 After=network.target httpd.service squid.service nfs-server.service mysqld.service named.service postfix.service
4
5 [Service]
6 Type=forking
7 WorkingDirectory=/tmp
8 User=root
9 Group=root
10 PIDFile=/var/run/netdata.pid
11 ExecStart=/usr/sbin/netdata
12 ExecStop=/bin/kill -SIGTERM $MAINPID
13 TimeoutStopSec=30
14
15 [Install]
16 WantedBy=multi-user.target