In our current setup of the Connector Gateway, we are running java -jar Connectorgateway.jar
as a local user. However, there is a risk that this user account may be terminated. As a best practice, should we use a service account or a local admin account to execute the CG packages? If a service account is recommended, could you please provide the command to start the Java application as the service account?
sudo -u anyuser java -jar yourjar.jar
su anyuser java -jar yourjar.jar
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.