Merge pull request #681 from Homebrew/dependabot/bundler/zeitwerk-2.6.16
Manage background services using the daemon manager launchctl on macOS or systemctl on Linux.
launchctl
systemctl
Homebrew is used for installing the services.
brew services is automatically installed when first run.
brew services
See the brew services section of the man brew output or brew services --help. To specify a service file use brew services <command> <formula> --file=<file>.
man brew
brew services --help
brew services <command> <formula> --file=<file>
Tests can be run with bundle install && bundle exec rspec.
bundle install && bundle exec rspec
Copyright (c) Homebrew maintainers. See LICENSE.txt for details.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
Homebrew Services
Manage background services using the daemon manager
launchctl
on macOS orsystemctl
on Linux.Requirements
Homebrew is used for installing the services.
Install
brew services
is automatically installed when first run.Usage
See the
brew services
section of theman brew
output orbrew services --help
. To specify a service file usebrew services <command> <formula> --file=<file>
.Tests
Tests can be run with
bundle install && bundle exec rspec
.Copyright
Copyright (c) Homebrew maintainers. See LICENSE.txt for details.