summarylogtreecommitdiffstats
path: root/flume-ng.service
diff options
context:
space:
mode:
authorBoris Momcilovic2015-09-04 12:21:49 +0200
committerBoris Momcilovic2015-09-04 12:21:49 +0200
commit35509a5e5e8b95aff0efcf6740f8b9ca2bf78f4f (patch)
tree554e465a652bba2dff8e332e681ac5baa38e20b7 /flume-ng.service
downloadaur-35509a5e5e8b95aff0efcf6740f8b9ca2bf78f4f.tar.gz
Initial commit
Diffstat (limited to 'flume-ng.service')
-rw-r--r--flume-ng.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/flume-ng.service b/flume-ng.service
new file mode 100644
index 000000000000..340d0d108596
--- /dev/null
+++ b/flume-ng.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Flume NG
+
+[Service]
+EnvironmentFile=/etc/conf.d/flume-ng
+ExecStart=/usr/bin/flume-ng agent -c /etc/flume-ng -n agent -f /etc/flume-ng/flume.conf
+User=flume
+Group=flume
+
+[Install]
+WantedBy=multi-user.target