summarylogtreecommitdiffstats
path: root/flume-ng.service
blob: 340d0d108596f0b00611978a9cb2801fc4c891ed (plain)
1
2
3
4
5
6
7
8
9
10
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