Starting the legacy Presence

About this task

Important: For Linux systems the shell script must have execute permissions. Use chmod +x startPresence.sh, or chmod +x startPresenceAsService.sh

Procedure

Locate and run:
  • Linux, to start Presence as a process: startPresence.sh
  • Linux, to start Presence as a service (sudo password required): startPresenceAsService.sh start The service name is presenceService.
  • Windows, to start Presence as a process: startPresence.exe
  • Windows, to start Presence as a service: startPresenceAsService.exe start The service name is presenceService You can display the logs by running: "startPresenceAsService.exe displayLogs"
Restriction: You cannot run the Presence as a process and a service on the same machine: after running it as a service you cannot run it as a process until you delete the service.