Skip to content

v0.1beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@CRKatri CRKatri released this 13 Dec 21:13
· 58 commits to main since this release
7184f3a

This initial pre-release was tested on iOS 12, and only supports the following commands:

bootstrap       Bootstraps a domain or a service into a domain.
bootout         Tears down a domain or removes a service from a domain.
enable          Enables an existing service.
disable         Disables an existing service.
print           Prints a description of a domain or service.
reboot          Initiates a system reboot of the specified type.
load            Bootstraps a service or directory of services.
unload          Unloads a service or directory of services.
list            Lists information about services.
start           Starts the specified service.
stop            Stops the specified service if it is running.
setenv          Sets the specified environment variables for all services within the domain.
unsetenv        Unsets the specified environment variables for all services within the domain.
getenv          Gets the value of an environment variable from within launchd.
variant         Prints the launchd variant.
version         Prints the launchd version.
help            Prints the usage for a given subcommand.