Homebrew Services

使用launchctl启动Homebrew formulae plist。(Starts Homebrew formulae's plists with launchctl.)

Github星跟蹤圖

Homebrew Services

Integrates Homebrew formulae with macOS' launchctl manager.

Requirements

Homebrew is used for installing the services.

This does not work with Linuxbrew (so don't file Linux issues, please).

Install

brew services is automatically installed when run.

Usage

Start

Start the MySQL service at login with:

brew services start mysql

Start the Dnsmasq service at boot with:

sudo brew services start dnsmasq

Start all available services with:

brew services start --all

Run

Run the MySQL service but don't start it at login (nor boot) with:

brew services run mysql

Stop

Stop the MySQL service with:

brew services stop mysql

Restart

Restart the MySQL service with:

brew services restart mysql

List

List all services managed by brew services with:

brew services list

Cleanup

Remove all unused services with:

brew services cleanup

Copyright (c) Homebrew maintainers. See LICENSE.txt for details.

主要指標

概覽
名稱與所有者Homebrew/homebrew-services
主編程語言
編程語言Ruby (語言數: 0)
平台Mac
許可證
所有者活动
創建於2014-10-08 04:22:00
推送於2025-03-20 13:01:30
最后一次提交2025-03-20 13:01:30
發布數0
用户参与
星數2k
關注者數58
派生數213
提交數1.4k
已啟用問題?
問題數236
打開的問題數0
拉請求數653
打開的拉請求數0
關閉的拉請求數42
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?