Added `boot.modprobeConfig.useUbuntuModuleBlacklist`. (#290330)
[NixPkgs.git] / pkgs / by-name / ga / gamescope / gamescopereaper.patch
blob8fabad10d3f0dad6e1eb256300495b59e587eabc
1 diff --git a/src/Utils/Process.cpp b/src/Utils/Process.cpp
2 index 5688fb1..6cea8d8 100644
3 --- a/src/Utils/Process.cpp
4 +++ b/src/Utils/Process.cpp
5 @@ -392,7 +392,7 @@ namespace gamescope::Process
6 pid_t SpawnProcessInWatchdog( char **argv, bool bRespawn, std::function<void()> fnPreambleInChild )
8 std::vector<char *> args;
9 - args.push_back( (char *)"gamescopereaper" );
10 + args.push_back( (char *)"@gamescopereaper@" );
11 if ( bRespawn )
12 args.push_back( (char *)"--respawn" );
13 args.push_back( (char *)"--" );