0
0

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.

daemontoolsの設定した時のメモ

Posted at

こちらのブログを参考にしました

何にハマった

  • com.github.mxcl.homebrew.daemontools.plistはxmlなんだけど、私はhomebrewの置き場所をユニークなものにしてしまっていたので、デフォルトのsvscanbootのpath指定では駄目だったので、以下のようにarray.stringの中を書き換えた。
/Users/{UserName}/homebrew/bin/svscanboot

ちょっとxmlの要素名が消えてますが、string要素の中をwhich svscanbootの結果に置き換えました。

最後に、設定が終わったらdaemontoolsを再起動しないと変更が反映されない?らしいので

$sudo launchctl unload path/to/com.github.mxcl.homebrew.daemontools.plist
$sudo launchctl load path/to/com.github.mxcl.homebrew.daemontools.plist

みたいにして再起動した。

0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?