summarylogtreecommitdiffstats
path: root/homegear.service
diff options
context:
space:
mode:
Diffstat (limited to 'homegear.service')
-rw-r--r--homegear.service14
1 files changed, 5 insertions, 9 deletions
diff --git a/homegear.service b/homegear.service
index 21d020205bb5..9760e5fb7967 100644
--- a/homegear.service
+++ b/homegear.service
@@ -1,15 +1,11 @@
[Unit]
-Description=Homegear server
-After=network.target
+Description=Program to interface smart home devices with home automation software
+After=network.target
[Service]
-Type=forking
-User=homegear
-Group=homegear
-UMask=002
-LimitRTPRIO=100
-PIDFile=/var/run/homegear/pid
-ExecStart=/usr/bin/homegear -p /var/run/homegear/pid -d
+Type=simple
+ExecStart=/usr/bin/homegear
+ExecReload=/usr/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target