summarylogtreecommitdiffstats
path: root/heka.service
diff options
context:
space:
mode:
authornfnty2016-04-14 23:04:29 +0200
committernfnty2016-04-14 23:04:29 +0200
commitc202fc3273ec89c2fd16dbcadca50764ab4bc65c (patch)
tree9b95e1181456a08fda0f24315486b4332ed3c196 /heka.service
parent01fb93ce0f698a0a69cce4a94d2a3f73479162a5 (diff)
downloadaur-c202fc3273ec89c2fd16dbcadca50764ab4bc65c.tar.gz
Fix geoip, Remove cmake patch
Diffstat (limited to 'heka.service')
-rw-r--r--heka.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/heka.service b/heka.service
index 101922f2face..f6bda4bec106 100644
--- a/heka.service
+++ b/heka.service
@@ -10,7 +10,7 @@ Restart=on-failure
ExecStart=/usr/bin/hekad -config=/etc/heka/conf.d/
-ExecReload=/usr/bin/kill --signal HUP ${MAINPID}
+ExecReload=/usr/bin/kill --signal HUP "${MAINPID}"
[Install]
WantedBy=multi-user.target