In my ubuntu server 14.04, I start a pptpd service, when I check it status:
ubuntu@server:~$ service pptpd status
* /usr/sbin/pptpd is not running
But it actually is wokring:
ubuntu@server:~$ ps aux | grep pptpd
root 1053 0.0 0.0 10680 764 ? Ss Aug10 0:00 /usr/sbin/pptpd
Why this happens?