summarylogtreecommitdiffstats
path: root/topbeat.service
diff options
context:
space:
mode:
authorTyler Langlois2015-09-29 14:36:09 +0200
committerTyler Langlois2015-09-29 14:36:09 +0200
commit88db1fb9c4c1653c4ddbf33cc08add278613fb25 (patch)
tree645cccdd19ed0cf1f11b5553da9decb8f43c0586 /topbeat.service
downloadaur-88db1fb9c4c1653c4ddbf33cc08add278613fb25.tar.gz
topbeat-bin: create package
Diffstat (limited to 'topbeat.service')
-rw-r--r--topbeat.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/topbeat.service b/topbeat.service
new file mode 100644
index 000000000000..d4c4419e26ce
--- /dev/null
+++ b/topbeat.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=open source server monitoring agent that stores metrics in Elasticsearch
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/topbeat -c /etc/topbeat/topbeat.yml
+
+[Install]
+WantedBy=multi-user.target