Go to file
Sean Molenaar 1523c2091c
Merge pull request #681 from Homebrew/dependabot/bundler/zeitwerk-2.6.16
2024-06-17 08:04:11 +02:00
.github build(deps): bump ruby/setup-ruby from 1.179.1 to 1.180.0 2024-06-13 05:28:42 +00:00
cmd cmd/services: don't complain about outdated Homebrew if running as root. 2024-04-02 20:47:46 +01:00
completions Fix Zsh completion 2023-08-28 13:47:07 +03:00
lib lib/service: fix deprecations. 2024-05-07 19:40:51 +01:00
spec lib/service: fix deprecations. 2024-05-07 19:40:51 +01:00
.gitignore Tests and refactoring 2020-01-17 12:26:56 +00:00
.rubocop.yml .rubocop.yml: update to match main configuration 2024-06-03 11:52:38 +00:00
.ruby-version .ruby-version: update to match main configuration 2024-06-14 03:43:59 +00:00
Gemfile Gemfile: use `.ruby-version`. 2024-05-23 16:03:42 +01:00
Gemfile.lock build(deps-dev): bump zeitwerk from 2.6.15 to 2.6.16 2024-06-17 05:18:40 +00:00
LICENSE.txt LICENSE: fix licence detection. 2018-03-19 11:19:25 +00:00
README.md Use RuboCop default hash syntax. 2024-03-07 17:51:28 +00:00

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 (c) Homebrew maintainers. See LICENSE.txt for details.