Skip to content

Commit

Permalink
Try another uid
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Kemel <[email protected]>
  • Loading branch information
mkemel committed Dec 8, 2024
1 parent fc5bec5 commit 067f2b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def exec(ctrl: BluechiControllerMachine, nodes: Dict[str, BluechiAgentMachine]):
bc_agent.set_option(Section.Service, Option.User, bluechi_user)
node_foo.install_systemd_service(bc_agent, restart=False)

node_foo.exec_run(f"useradd {bluechi_user}")
node_foo.exec_run(f"useradd {bluechi_user} -u 55555")
node_foo.exec_run("chmod -R 777 /var/tmp/bluechi-coverage")
result, _ = node_foo.run_python(
os.path.join("python", "start_agent_as_user.py"), bluechi_user
Expand Down

0 comments on commit 067f2b0

Please sign in to comment.