Nudge Custom launchagent

Yam_Moktan
New Contributor II

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. 

 

1 ACCEPTED SOLUTION

shannon_pasto
Contributor II

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

View solution in original post

1 REPLY 1

shannon_pasto
Contributor II

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