2008年7月1日火曜日

launchctl備忘録

# cd /{System,}/Library/Launch{Daemons,Agents}/
# launchctl load com.example.hoge.plist
# launchctl unload com.example.hoge.plist
# launchctl start com.example.hoge
# launchctl stop com.example.hoge

ポイントは、start/stop の際には、.plist が要らないということ。

0 件のコメント: