summarylogtreecommitdiffstats
path: root/heka.service
blob: f6bda4bec106c1a17c84adfd93faad4385aa5b0f (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