We are using the steps on Migrate Existing Robot As A Non-Admin User and need clarification on how to edit /etc/nimbus.conf and nimbus.service files.
DX UIM 23.4.*
Documentation Deficiency
Migrate Robot from Non-Root user to Root User on Linux follow the steps below:
On your Linux server, perform the following steps to migrate the robot running with non-root permission to run as a root user.
Follow these steps:
chown -R root: nimsoft OR chown -R root:root nimsoftchmod -R 755 nimsoftExample:
If User and group are populate as below: [Service] Type=forking Restart=always User=Example_user Group=Example_groupRemove only the user and group values. Leave it as: [Service] Type=forking Restart=always User= Group=
c. Debian/SUSE: The service file already contains a script to read the user from /etc/nimbus.conf and run the probes as a specific user.