]> git.pld-linux.org Git - packages/netdata.git/blame - netdata.service
add initscripts
[packages/netdata.git] / netdata.service
CommitLineData
1aa35efd
ER
1[Unit]
2Description=netdata
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
11ExecStart=/usr/sbin/netdata
12ExecStop=/bin/kill -SIGTERM $MAINPID
13TimeoutStopSec=30
14
15[Install]
16WantedBy=multi-user.target
This page took 0.057222 seconds and 4 git commands to generate.