Handles services managed by Upstart.
svc_upstart = { "gunicorn": { "running": True, # default }, "celery": { "running": False, }, }
See also
The list of generic builtin item attributes
True if the service is expected to be running on the system; False if it should be stopped.
Explanation of how canned actions work
Reloads the service.
Restarts the service.