To check if the policy is currently running, try this command:
if ! sudo ps aux | grep -v grep | grep policier; then echo "Policier not running." && exit 1; fi
This command will check the running process for the Addigy policier, and will return the current policier process or "Policier not running" if a process is not found. It can be run locally on a device, or remotely via LiveTerminal, GoLive, or the Devices page.