summarylogtreecommitdiffstats
path: root/heka.service
blob: 101922f2face21e1aed3e5e7447609db0c4e1a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=heka - data collector and processor daemon
After=network.target auditd.service

[Service]
User=heka
Group=heka

Restart=on-failure

ExecStart=/usr/bin/hekad -config=/etc/heka/conf.d/

ExecReload=/usr/bin/kill --signal HUP ${MAINPID}

[Install]
WantedBy=multi-user.target