Howto change swupd sync interval?

I 'd like to change how often and when swupd_syncd starts to sync Apples Software Updates.

I did the following for testing:
root# launchctl unload /System/Library/LaunchDaemons/com.apple.swupdate.sync.plist
root# defaults write /System/Library/LaunchDaemons/com.apple.swupdate.sync StartInterval 120
root# launchctl load /System/Library/LaunchDaemons/com.apple.swupdate.sync.plist

What I get:
swupd_syncd starts immediately and thats it.
*Why doesn't it start every two minutes as told?*

Hope somebody knows...
Bernd

MacBook Pro, Mac OS X (10.5.2)

Posted on Apr 2, 2008 11:46 PM

Reply
3 replies
Sort By: 

Apr 3, 2008 1:07 AM in response to Bernd Luenenschloss

Now I know...

StartInterval value *must be Integer* not String:
root# defaults write /System/Library/LaunchDaemons/com.apple.swupdate.sync StartInterval -int 120

That works as it should.
(Must not forget to change 120 to a more sensible value ;-))

Sorry for that.
Bernd
Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Howto change swupd sync interval?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.