summarylogtreecommitdiffstats
path: root/telldusd.service
diff options
context:
space:
mode:
authornfnty2016-12-10 10:01:55 +0100
committernfnty2016-12-10 10:01:55 +0100
commit20c2fb17b7fe629056e063b1091d35f550775ac0 (patch)
treebe9e872cfdd85cc7bd422dea74cd645d9aed4731 /telldusd.service
parentf956e79f94c9b4934a5bc2e9ffc6ca68cbecf8a9 (diff)
downloadaur-20c2fb17b7fe629056e063b1091d35f550775ac0.tar.gz
Fix build errors
Diffstat (limited to 'telldusd.service')
-rw-r--r--telldusd.service8
1 files changed, 4 insertions, 4 deletions
diff --git a/telldusd.service b/telldusd.service
index d61c7111aa8f..f03a6c6de338 100644
--- a/telldusd.service
+++ b/telldusd.service
@@ -1,14 +1,14 @@
-# Telldusd service unit file
-#
[Unit]
Description=Telldus-core service telldusd
After=basic.target
[Service]
Type=forking
-ExecStart=/usr/bin/telldusd
-ExecReload=/bin/kill -HUP $MAINPID
PIDFile=/run/telldusd.pid
+ExecStart=/usr/bin/telldusd
+
+ExecReload=/usr/bin/kill --signal HUP "${MAINPID}"
+
[Install]
WantedBy=multi-user.target