まだMacの起動スクリプトのことをなんと呼べばいいのかわからないのですが、
とりあえずなくて困ったので、
HyperEstraier用の起動スクリプトを作ってみました。

hyperestraier.plist

xml>>




Debug

Label
org.macports.hyperestraier
OnDemand

ProgramArguments

/opt/local/bin/daemondo --label=hyperestraier
--start-cmd
/opt/local/etc/LaunchDaemons/org.macports.hyperestraier/hyperestraier.wrapper
start
;
--stop-cmd
/opt/local/etc/LaunchDaemons/org.macports.hyperestraier/hyperestraier.wrapper
stop
;
--restart-cmd
/opt/local/etc/LaunchDaemons/org.macports.hyperestraier/hyperestraier.wrapper
restart
;
--pid=none

RunAtLoad



<<--

plistファイルの中で指定されているhyperestraier.wrapper
は以下の通り。

sh>>
!/bin/sh

MacPorts generated daemondo support script

Init

prefix=/opt/local

Start

Start()
{
if test ! "netstat -a -n | grep 1978"; then
rm -f /opt/local/var/run/hyperestraier/_pid
fi

/opt/local/bin/estmaster start -bg /opt/local/var/run/hyperestraier
}

Stop

Stop()
{
/opt/local/bin/estmaster stop /opt/local/var/run/hyperestraier
}

Restart

Restart()
{
Stop
Start
}

Run

Run()
{
case $1 in
start ) Start ;;
stop ) Stop ;;
restart) Restart ;;

  •  ) echo "$0: unknown argument: $1";;
    

esac
}

Run a phase based on the selector

Run $1
<<--

macportsで入れたmysql5-develの起動スクリプトを元にしているので、
ディレクトリ構成などがmacports的になっています。

posted by genki genki on Fri 12 Sep 2008 at 15:05 with 1 comment
瀧内元気 瀧内元気 09/15 11:38
Start()関数の中で、hyperestraierが立ち上がってない場合には、_pidファイルを消去するようにしてみました。
Contents rssrss
光ファイバーを二次元振動させて走査するAR用ディスプレイ
因果の取り違え
Swift2's defer for CoffeeScript
mongodb-3.0からcreateIndexのdropDupsが無くなったらしい
mongodb-3.0以降のWiredTigerの設定を動的に変更する方法
一般楕円の高速生成アルゴリズムへの道標
farro mantecatoのレシピ
Droonga関連の記事のまとめ
RuntimeErrorの特定のメッセージに限定してrescueする方法
jQueryでscriptタグを実行せずにappendする
Tags
coffeescriptdefergroongajsmemonodenodejs
Comments rssrss
https://businessrost.ru/bitrix/redirect.php?goto=http%3A%2F%2Feximha.ch%2Fblog%2Findex.php%3Fid%3Dz85yj914%26abuse%3D1636 https://businessrost.ru/bitrix/redirect.php?goto=http%3A%2F%2Feximha.ch%2Fblog%2Findex.php%3Fid%3Dz85yj914%26abuse%3D1636: I have to thank you for the efforts you have put ... 04/26 06:43
http://ldm.sakura.ne.jp/balu+bbbs/album/album.cgi?mode=detail&no=210 http://ldm.sakura.ne.jp/balu+bbbs/album/album.cgi?mode=detail&no=210: Aw, this was an incredibly good post. Taking the t... 04/25 18:19
https://www.bigbeargum.com/2019/02/15/ambrose-redmoon/ https://www.bigbeargum.com/2019/02/15/ambrose-redmoon/: Hello would you mind letting me know which hosting... 04/25 17:39
http://zeroken.jp/1978td/album/album.cgi?mode=detail&no=20 http://zeroken.jp/1978td/album/album.cgi?mode=detail&no=20: Asking questions are genuinely fastidious thing if... 04/25 17:26
https://natucci-estetica.com/?attachment_id=1376 https://natucci-estetica.com/?attachment_id=1376: Hello there, You have done a fantastic job. I wi... 04/25 17:05
https://www.waimaoz.com/23019.html?unapproved=5151&moderation-hash=a14b2a811444fc3059edb7c1441d076e https://www.waimaoz.com/23019.html?unapproved=5151&moderation-hash=a14b2a811444fc3059edb7c1441d076e: Good day! Do you use Twitter? I'd like to follow y... 04/25 16:50
https://bysystem.ru/process-proizvodstva-kartonnyh-korobok-i/ https://bysystem.ru/process-proizvodstva-kartonnyh-korobok-i/: Требовалось производство картонных коробок в сжа... 04/25 15:33
https://marialionsa.ru/proizvodstvo-kartonnyh-korobok-i-upakovki/ https://marialionsa.ru/proizvodstvo-kartonnyh-korobok-i-upakovki/: Документооборот четкий, все закрывающие акты предо... 04/25 15:05