I'm trying to execute my test daemon by launchd with logon user privilege.
I saved my plist file at /Library/LaunchAgents/myplist
and it was executed well with logon user account at Mavericks.
My command was like this.
$launchctl load /Library/LaunchAgents/myplist
But it was executed as root account when I tried it at Yosemite.
As I know, it should be executed as logon user account, but it wasn't at Yosemite. I also moved myplist file to ~/Library/LauchAgents/myplist
, but the result was same.
What happend to Launchd at Yosemite and how can I execute launchd with logon user account?