Daemon 起動
OS の起動時に daemon を起動するには、次のように
/etc/mach_init.d に
設定する方法もある。
これは FreeWnn を起動する例。
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ServiceName</key>
<string>com.apple.system.FreeWnn</string>
<key>Command</key>
<string>/usr/local/bin/Wnn4/jserver</string>
<key>OnDemand</key>
<false/>
</dict>
</plist>
↑こう書かなくても。
/Developer/Applications/Utilities/Property List Editor.app/Contents/MacOS/Property List Editor
を使えば、多分簡単に設定出来る。
Developer Connection →
The Boot process
|