Functions
upstart.service
Manage the state of upstart managed services.
Enabling/disabling services: Upstart jobs define runlevels in their config files - as such there is no way to edit/list these without fiddling with the config. So pyinfra simply manages the existence of a
/etc/init/<service>.override file, and sets its content to “manual” to disable automatic start of services.