I have created my own upstart script in /etc/init, which I can start and stop.
Now I want that service to be restarted when a file (/etc/my-app/restart-requested.txt) exists (or better is touched).
My solution with previous /etc/init.d/ service was a cron-job which regularily checked for the restart-file and called restart when the file existed.
Is there a better solution with upstart?