Skip to content

executor/dut: add socket + lock file in /var/run/executor

The previous location was effectively XDG_RUNTIME_DIR, which is only created by systemd_pam on login. in some cases, the XDG_RUNTIME_DIR was not created so executor was never able to create the socket + lock file it needed for servicing a DUT.

fixes #113 (closed)

Merge request reports