summarylogtreecommitdiffstats
path: root/newrelic-daemon.service
blob: ff6f3209cc1b0c2427c9d1847a948c05600be6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=NewRelic Proxy Daemon PHP5
After=network.target

[Service]
Type=forking
PIDFile=/run/newrelic-php5.pid
ExecStart=/usr/bin/newrelic-daemon -c /etc/newrelic/newrelic.cfg -p /run/newrelic-php5.pid

[Install]
WantedBy=multi-user.target