I ran across a neat little app via AFP548 for monitoring disk quotas for OD users.
the app works like a charm, but I am having issues with getting it to launch at login. I packaged up the app with a custom LaunchAgent plist... unfortunately my xml authoring is weak at best, so the app never launches. Anyone know of either an alternative casper way to make an app auto launch or see the glaring error in my plist below?
thanks.
{
Label = "org.thayer.QuotaMonitorMenu";
LaunchOnlyOnce = YES;
ProgramArguments = (
open,
"/Applications/QuotaMonitorMenu.app",
);
RunAtLoad = YES;
ServiceDescription = QuotaMonitorMenu;
}
------------------------------------------------
Man is the only animal that can remain on friendly terms with the victims he intends to eat until he eats them.
- Samuel Butler
Eric Young
eyoung at thayer.org
