I'm testing a new gitlab runner I've setup.
If a project just has a very short CI job (or one that fails very quickly, which is probably more realistic outside of testing the setup) systemd starts reporting that "[email protected]" failed, 999 being the uid of gitlab-runner. The job ran as it should, and if it make it slower (e.g. by adding a sleep to it), nothing fails.
Searching for the error leads me to believe it just systemd trying to do something everytime a new "session" starts for that user, and deciding it must be broken because it exits so soon multiple times in a very short period of time. How do I allow that, preferably just for this one user?