6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

homebrewでデーモンをつくる

Last updated at Posted at 2014-04-03

追記: 今は使えなくなってしまったっぽいです。
http://pyoonn.hatenablog.com/entry/2014/11/05/150031

homebrewでインストールしたものをデーモン化して起動するときに便利。

$ [sudo] brew services start <formula>

例:homebrewでインストールしたmongoDBをデーモンとして起動する。

$ brew services start mongodb

brew listコマンドでインストールしたものの一覧を表示できる。

$ brew list
autoconf	git-flow	mysql		pkg-config	readline	ruby-build
git		mongodb		openssl		rbenv		redis		sqlite

brew services listコマンドでデーモン化したものの一覧を表示できる。

6
6
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?