It is recommended to execute the CM services as a separate non-root service user. This can be configured by performing the following steps:
-
Make sure that the CM services are stopped.
-
Create a user (e.g.,
useradd cmuser). -
Create the service user owner of the directory
<install_root>. This can be done, for example, by executing the following command:chown -R cmuser:cmuser /opt/cm/server/ -
Update the
<install_root>/bin/*_launch.conffiles, so they specify the line with the "SERVICEUSER" for example:SERVICEUSER=cmuser