- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-06-2025 07:46 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-06-2025 08:48 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 02-06-2025 08:48 PM
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
