이와 같은 속성 목록을 저장 ~/Libary/LaunchAgents/test.plist
하고로로드 해보 십시오 launchctl load ~/Libary/LaunchAgents/test.plist
.
<?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>Label</key>
<string>test</string>
<key>ProgramArguments</key>
<array>
<string>osascript</string>
<string>-e</string>
<string>tell application "System Events"
set p to name of processes
if p contains "TextEdit" and p does not contain "Mail"
do shell script "open -gja Mail"
end
end</string>
</array>
<key>StartInterval</key>
<integer>10</integer>
</dict>
</plist>
open -j
( --hide
)가 10.8에 추가되었습니다. open -jg
응용 프로그램이 실행 중이지만 열린 창이없는 경우 새 보이는 창이 열립니다.
StartInterval이 9 초 이하이면 프로그램이 조절됩니다.
com.apple.launchd.peruser.501[128]: (test) Throttling respawn: Will start in 7 seconds