Skip to content

Latest commit

History

History
25 lines (13 loc) 路 743 Bytes

README.md

File metadata and controls

25 lines (13 loc) 路 743 Bytes

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.