# homebrew-services **Repository Path**: redraiment/homebrew-services ## Basic Information - **Project Name**: homebrew-services - **Description**: homebrew-services镜像 - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-15 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Homebrew Services Manage background services with macOS' `launchctl` daemon manager. ## Requirements [Homebrew](https://github.com/Homebrew/brew) is used for installing the services. This does not (and cannot) work with Homebrew on Linux (so don't file Linux issues, please). ## Install `brew services` is automatically installed when first run. ## Usage See [the `brew services` section of the `brew man` output](https://docs.brew.sh/Manpage#services-subcommand) or `brew services --help`. To specify a plist file use `brew services --file=`. ## Tests Tests can be run with `bundle install && bundle exec rspec`. ## Copyright Copyright (c) Homebrew maintainers. See [LICENSE.txt](https://github.com/Homebrew/homebrew-services/blob/HEAD/LICENSE.txt) for details.