Skip to main content
Solved

Nudge Custom launchagent

  • February 7, 2025
  • 1 reply
  • 12 views

Forum|alt.badge.img+5

Hi 

Can someone please help me with the nudge custom launchagent? I am trying to run Nudge in every 3 hours instead of default 30 mins. 

So far, I tried to edit the .plist file in /library/Launchagents and repackage Nudge from Composer and deploy from JAMF, but no luck so far. Got the error saying unable to move files in final destination while running policy. 

 

Best answer by shannon_pasto

I'd probably change StartCalendarInterval as a post install action...

1) install Nudge

2) 

/usr/libexec/PlistBuddy -c "Set :StartCalendarInterval:1:Minute 180" /Library/LaunchAgents/com.github.macadmins.Nudge.plist

1 reply

Forum|alt.badge.img+8
  • Contributor
  • Answer
  • February 7, 2025

I'd probably change StartCalendarInterval as a post install action...

1) install Nudge

2) 

/usr/libexec/PlistBuddy -c "Set :StartCalendarInterval:1:Minute 180" /Library/LaunchAgents/com.github.macadmins.Nudge.plist