From 1a1c0633e32509035cd9f89c8fe288a6db69e5d9 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 20 Jan 2024 15:06:54 +0100 Subject: [PATCH] fix previous commit --- contrib/gentoo/init.d/ebusd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gentoo/init.d/ebusd b/contrib/gentoo/init.d/ebusd index 24582d79..eabbf36d 100755 --- a/contrib/gentoo/init.d/ebusd +++ b/contrib/gentoo/init.d/ebusd @@ -5,7 +5,7 @@ command="/usr/bin/ebusd" command_args="${EBUSD_OPTS}" logfile_path="/var/log/ebusd" -logfile="${pidfile_path}/ebusd.log" +logfile="${logfile_path}/ebusd.log" name="eBUS daemon" pidfile_path="/run/ebusd" pidfile="${pidfile_path}/ebusd.pid"