From 81e06ef6a07f9fba2fe9ba81b56f123a796da953 Mon Sep 17 00:00:00 2001 From: brindosch Date: Fri, 23 Dec 2016 19:41:50 +0100 Subject: [PATCH] fix realtive eff path --- bin/service/hyperion.systemd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/service/hyperion.systemd.sh b/bin/service/hyperion.systemd.sh index aa5b1224..538da52c 100644 --- a/bin/service/hyperion.systemd.sh +++ b/bin/service/hyperion.systemd.sh @@ -4,6 +4,7 @@ After=network.target [Service] ExecStart=/usr/bin/hyperiond /etc/hyperion/hyperion.config.json +WorkingDirectory=/usr/share/hyperion/bin TimeoutStopSec=5 KillMode=mixed Restart=always