Remove user override in the job scheduler when executing jobs

This commit is contained in:
Théophile Diot 2022-12-14 11:26:30 +01:00
parent c6498eda7e
commit 148d9d2d4d
No known key found for this signature in database
GPG key ID: E752C80DB72BB014

View file

@ -112,8 +112,6 @@ class JobScheduler(ApiCaller):
stdin=DEVNULL,
stderr=STDOUT,
env=self.__env,
user=101,
group=101,
)
except BaseException:
success = False