start-stop-daemon cannot find postgrey process:
# service postgrey status * postgrey is running
# ps -p $(cat /var/run/postgrey.pid) PID TTY TIME CMD 8168 ? 00:00:00 /usr/sbin/postg
# start-stop-daemon --stop --pidfile /var/run/postgrey.pid --name postgrey No postgrey found running; none killed.
start-stop-daemon cannot find postgrey process:
# service postgrey status
* postgrey is running
# ps -p $(cat /var/run/ postgrey. pid)
PID TTY TIME CMD
8168 ? 00:00:00 /usr/sbin/postg
# start-stop-daemon --stop --pidfile /var/run/ postgrey. pid --name postgrey
No postgrey found running; none killed.