Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/homebrew/homebrew-services

🚀 Manage background services using the daemon manager launchctl on macOS or systemctl on Linux.
https://github.com/homebrew/homebrew-services

cmd homebrew launchd services tap

Last synced: 2 days ago
JSON representation

🚀 Manage background services using the daemon manager launchctl on macOS or systemctl on Linux.

Awesome Lists containing this project

README

        

# Homebrew Services

Manage background services using the daemon manager `launchctl` on macOS or `systemctl` on Linux.

## Requirements

[Homebrew](https://github.com/Homebrew/brew) 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](https://docs.brew.sh/Manpage#services-subcommand) or `brew services --help`.
To specify a service file use `brew services --file=`.

## Tests

Tests can be run with `bundle install && bundle exec rspec`.

## Copyright

Copyright (c) Homebrew maintainers. See [LICENSE.txt](https://github.com/Homebrew/homebrew-services/blob/HEAD/LICENSE.txt) for details.