Initializer

init(machServiceName:)

Initializes a listener in a LaunchAgent or LaunchDaemon which has a name advertised in a launchd.plist file. LaunchAgentまたはLaunchDaemonにおけるあるリスナーを初期化します、それはlaunchd.plistファイルにおいて広告される名前を持ちます。

Declaration 宣言

init(machServiceName name: String)

Discussion 議論

For example, you might use this in an agent launched by launchd with a launchd.plist contained in ~/Library/LaunchAgents, or a daemon launched by launchd with a launchd.plist contained in /Library/LaunchDaemons. 例えば、あなたはこれを~/Library/LaunchAgentsにおいて含まれるlaunchd.plistをもつlaunchdによって起動されるエージェント、または/Library/LaunchDaemonsにおいて含まれるlaunchd.plistをもつlaunchdによって起動されるデーモンにおいて使うかもしれません。