Manage upstart services.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/pyinfra-dev/pyinfra/llms.txt
Use this file to discover all available pages before exploring further.
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.