This project is a fork of the Homebrew.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/Homebrew.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionManage background services with macOS' launchctl daemon manager
homepage URLhttps://brew.sh/
repository URLhttps://github.com/Homebrew/homebrew-services.git
ownerroot@yurikoles.com
last changeFri, 31 May 2024 08:10:27 +0000 (31 09:10 +0100)
last refreshMon, 3 Jun 2024 06:00:36 +0000 (3 08:00 +0200)
content tags
add:
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.

shortlog
2 days ago Mike McQuaidMerge pull request #667 from Homebrew/dependabot/github... master
3 days ago dependabot... build(deps): bump ruby/setup-ruby from 1.177.1 to 1...
3 days ago Mike McQuaidMerge pull request #666 from Homebrew/dependabot/bundle...
4 days ago dependabot... build(deps-dev): bump concurrent-ruby from 1.2.3 to...
6 days ago Mike McQuaidMerge pull request #665 from Homebrew/dependabot/bundle...
7 days ago dependabot... build(deps-dev): bump zeitwerk from 2.6.14 to 2.6.15
9 days ago Mike McQuaidMerge pull request #664 from Homebrew/sync-shared-config
9 days ago BrewTestBotdependabot.yml: update to match main configuration
9 days ago Mike McQuaidMerge pull request #663 from Homebrew/sync-shared-config
9 days ago BrewTestBot.rubocop.yml: update to match main configuration
9 days ago Mike McQuaidMerge pull request #662 from Homebrew/sync-shared-config
9 days ago BrewTestBotdependabot.yml: update to match main configuration
9 days ago Mike McQuaidMerge pull request #661 from Homebrew/ruby-version
10 days ago Mike McQuaidGemfile: use `.ruby-version`.
10 days ago Mike McQuaidMerge pull request #660 from Homebrew/sync-triage-config
10 days ago BrewTestBot.ruby-version: update to match main configuration
...
heads
2 days ago master