From c87d5b4e7a0fc788edc6dbded9cf076114a4be49 Mon Sep 17 00:00:00 2001 From: DoctorKnowsBetter <111871367+DoctorKnowsBetter@users.noreply.github.com> Date: Wed, 7 Aug 2024 16:50:55 +0100 Subject: [PATCH] Fix OpenRC service (#682) Co-authored-by: Your Name --- res/ly-openrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/ly-openrc b/res/ly-openrc index 83ac7b1..ac6ae0f 100644 --- a/res/ly-openrc +++ b/res/ly-openrc @@ -29,7 +29,7 @@ TERM=linux BAUD=38400 # If we don't have getty then we should have agetty command=${commandB:-$commandUL} -command_args_foreground="-nl $PREFIX_DIRECTORY/bin/$EXE_NAME $TTY $BAUD $TERM" +command_args_foreground="-nl $PREFIX_DIRECTORY/bin/$EXECUTABLE_NAME $TTY $BAUD $TERM" depend() { after agetty