summarylogtreecommitdiffstats
path: root/newrelic-sysmond.service
diff options
context:
space:
mode:
authorPaul Severance2015-08-01 04:36:28 +0000
committerPaul Severance2015-08-01 04:36:28 +0000
commitd77c11c1464c83e3205508188863e364cb8c55cf (patch)
treebdd210f230dbc5cc7780e62a453673cb9939d40e /newrelic-sysmond.service
downloadaur-d77c11c1464c83e3205508188863e364cb8c55cf.tar.gz
initial commit
Diffstat (limited to 'newrelic-sysmond.service')
-rw-r--r--newrelic-sysmond.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/newrelic-sysmond.service b/newrelic-sysmond.service
new file mode 100644
index 000000000000..9def14256f1a
--- /dev/null
+++ b/newrelic-sysmond.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=System monitor Services Provided by Newrelic
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/nrsysmond.pid
+ExecStart=/usr/bin/nrsysmond -c /etc/newrelic/nrsysmond.cfg -p /run/nrsysmond.pid
+
+[Install]
+WantedBy=multi-user.target