mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 14:13:24 +00:00
Feature Request - Pause JAMF Framework #119
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Uggbert on GitHub.
During long deployments (such as lab devices) where lots of software deployments and configuration is taking place I have a script that pauses the jamf framework - killing jamf binary and unloads the schedule task
This ensures all manual triggers are executed in order without interruption, then at the end of deployment this then reloads as normal to allow normal recon and any other 'check-in' policies to run.
Is it possible to add something like this as a bool value to the config? if not, no worries I can keep this bookending my deployments.
@scriptingosx commented on GitHub:
Setup Manager already waits for the jamf processes to be finished and then unloads the background daemon while it is running its workflow (this is one of the steps in the "Getting Ready" phase). Then it reloads the background daemon when it is done.
If you are still seeing problems:
/Library/Logs/Setup Manager.logand/var/log/jamf.log@Uggbert commented on GitHub:
Ok then this was not working for me with the 1.1 beta. It's what prompted
me to write this, I'll take a look at the logs!
Kind Regards,
Graeme Urquhart
On Tue, 1 Oct 2024, 17:55 Armin Briegel, @.***> wrote: