I am trying to create some polling service using PHP. Yes, I know I can use a CRON job, but would like to instead create some sort of service.
I started out writing some /etc/init.d/my_service script to do so.
Then I read about upstart (i.e.
https://www.digitalocean.com/communi...-how-to-use-it) and how it should be used instead.
Then I read that upstart is going away, and I should use systemd
https://www.freedesktop.org/wiki/Software/systemd/ instead.
Currently using Centos6. Recommendations?