From 59d2cf658de1a51a3f35c93ac53d341650208bda Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sat, 8 Oct 2022 23:49:25 +0100 Subject: [PATCH] Added %BUILD_PREFIX% to rc.template. --- templates/rc.d/rc.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rc.d/rc.template b/templates/rc.d/rc.template index d35fef7..0b8f119 100755 --- a/templates/rc.d/rc.template +++ b/templates/rc.d/rc.template @@ -4,7 +4,7 @@ # Darren 'Tadgy' Austin # Licensed under the terms of the GNU General Public License version 3. -EXEC="" +EXEC="%BUILD_PREFIX%/" ARGS=() PIDFILE=""