Eraden/amdgpud

openrc service should not print out

BoostCookie opened this issue · 2 comments

openrc does not want the service program to print out things. There are two options:

  1. In the service file we add command_args_background="--background" and we change the program to not print out anything when --background is passed
  2. Just add command_background=true to the service file. Then openrc knows that the program isn't "well behaved" and openrc ignores the printouts

Please confirm issue was fixed 🙏

Yes it works.