Samplescored service script
The samplescored service script allows the user to start and stop the service using traditional service commands in Linux.
The samplescored service script wraps access to the Aurora Engine, which analyzes a given file or archive and returns a confidence score.
The root user can start and stop the samplescored service script using the following commands:
CODE
service samplescored start
CODE
service samplescored stop
CODE
service samplescored status
By default, the service startup scripts are configured to run the service as root. However, you can change this to any account by editing the /opt/cylance/bin/start_daemon script to change the $SERVICE_USER to the desired account.