Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch Atomic Runner to use a Service instead of a Scheduled Task #188

Merged
merged 22 commits into from
Jun 19, 2024

Conversation

clr2of8
Copy link
Collaborator

@clr2of8 clr2of8 commented Mar 28, 2024

This code switches the atomic runner continuous testing to use a service instead of a scheduled task. The service will be called atomicrunnerservice and it will be installed in the c:\Windows\System32 directory by default. You can specify an alternate directory location for the service install with the -serviceInstallDir parameter.

If instead you would like to continue using the scheduled task instead of the service, specify the -asScheduledTask flag when calling Invoke-SetupAtomicRunner.

The code also includes a change that allows the -anyOS flag to be used with Invoke-AtomicRunner when-showDetails or -showDetailsBrief are used

@clr2of8 clr2of8 marked this pull request as ready for review June 19, 2024 18:13
@cyberbuff cyberbuff merged commit 08b5ce3 into redcanaryco:master Jun 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants