How to run evostreamms service without user restriction
Hi,
I have created a shell script and inside this script we have written to start evostreamms service.
When i call shell script from our php code then it give below error.
"This script must be run as root".
As i don’t want any restriction to run start evostreamms service.
I have gone through evostreamms shell script and do see the permission check there.
When i tried to off checkpermission function, it doesn’t work.
Can you please let us know how we can start service without any restriction as i don’t want to login as root in terminal.
Thanks