Eraden / amdgpud

MIT License
195 stars 11 forks source link

openrc service should not print out #29

Closed BoostCookie closed 2 years ago

BoostCookie commented 3 years ago

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
Eraden commented 2 years ago

Please confirm issue was fixed 🙏

BoostCookie commented 2 years ago

Yes it works.