Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage launchd services on macOS
launchd.service
launchd.service( service, running=True, restarted=False, command=None, )
from pyinfra.operations import launchd # Manage a launchd service on macOS launchd.service( name="Ensure ssh is running", service="com.openssh.sshd", running=True, )