Launchd and starting a job every day - does "StartCalendarInterval" work?
work with Launchd plist files?
I can get Launchd to work fine if its watching directories for changes etc, but I am unable to get it to launch a script on a regular basis.
I'd like a script to run once per day so I have simply copied the com.periodic-daily.plist file to my own in ~/Library/
LaunchAgents/. It loads successfully and shows in the list when you run
launchctl list, but nothing happens at the specified times. I have it running a
simply script that creates a text file, but it never executes? (nothing is written
to the logs either.)
Any ideas?
Thx,
Jason.
iBook G4, iMac G5, Mac OS X (10.4.3)