Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 804 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 804 Bytes

Homebrew Services

Manage background services with macOS' launchctl daemon manager.

Requirements

Homebrew 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 or brew services --help. To specify a plist 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.