site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=NT4HTvdklOtKKbn/ThKii2wncr0KxHj6rv9ty7ikvU0=; b=JmHo8tuTT2eyviEIID2xf/+kFyadoYDfiVc+8YzbgcaL+A7q0Rv3QnN/IpfVLQXUTt 7/pXspLgvUy4iZHZCP2b9Wv9VxbOP3qQtXMYe+SZM3ewngGcJKqlO9NrAyUJzl4lEBsE ew4y961DzMS8l9IAazciZUgZim0giNP4qQ4uI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=kRvjFhPUjiioe0vYMmkMwGLLY5U72dtVG8dZdXyIXRAK4DCA7V6eMLQh55NnK5OA2K nNTpBhUs6jmjN6kgv9R8qVZfM+ouiAazChL/53wkgYk+Ryk1LYXkKbgBXiqJtFZQGxPG 0vgTOOYSwcHrcC3uYhqaPZOoi29NtIUXoF//M= We're installing a LaunchAgent that we want to get up and running immediately, so in a post-install script, we call "launchctl load /Library/LaunchAgents/path.to.our.agent.plist". I've noticed that this runs the agent as root, whereas the agent will run as the user on subsequent logins. Is there a way to get the agent running as the user who's performing the install, rather than root? Thanks in advance. --Chris _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com