Closed BoostCookie closed 2 years ago
openrc does not want the service program to print out things. There are two options:
command_args_background="--background"
--background
command_background=true
Please confirm issue was fixed 🙏
Yes it works.
openrc does not want the service program to print out things. There are two options:
command_args_background="--background"
and we change the program to not print out anything when--background
is passedcommand_background=true
to the service file. Then openrc knows that the program isn't "well behaved" and openrc ignores the printouts