306b379e14
Currently, trying to get completion for `brew services` results in `a completion function is not defined for command or alias: services` and no actual completions. This is because `#compdef brew` in _brew_services conflicts with an identical statement in _brew, causing Zsh's compinit to not load _brew_services at all. This commit fixes that by instead declaring that this file defines completion for `brew services` only. |
||
---|---|---|
.github | ||
cmd | ||
completions | ||
lib | ||
spec | ||
.gitignore | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.txt | ||
README.md |
README.md
Homebrew Services
Manage background services using the daemon manager launchctl
on macOS or systemctl
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 the man brew
output or brew services --help
.
To specify a service file use brew 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.