Skip Navigation

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
Cylance 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:
service samplescored start
service samplescored stop
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.