You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no central database of job manifests that can be used with launchd(8). I would like to see something like pkg(8), where you can download manifests from a repository on the Internet.
This bring up some questions like:
What kind of security should be used to sign the manifests?
Who will host the database?
How do people contribute manifests to the database?
How are updates to existing manifests handled?
What are the commands people would run to download manifests?
I envision people running something like:
# launchctl search apache
and getting a list of manifests that include the word 'apache'.
Then, when they decide they want to install one of these manifests, they can run:
# launchctl install apache
and it would install the manifest for Apache, which would (possibly) cause Apache to be installed, and then start up the service.
The text was updated successfully, but these errors were encountered:
Currently, there is no central database of job manifests that can be used with launchd(8). I would like to see something like pkg(8), where you can download manifests from a repository on the Internet.
This bring up some questions like:
I envision people running something like:
and getting a list of manifests that include the word 'apache'.
Then, when they decide they want to install one of these manifests, they can run:
and it would install the manifest for Apache, which would (possibly) cause Apache to be installed, and then start up the service.
The text was updated successfully, but these errors were encountered: