-
-
Notifications
You must be signed in to change notification settings - Fork 150
Autostart is handled by the agent itself #781
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
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #781 +/- ##
==========================================
- Coverage 11.29% 11.05% -0.24%
==========================================
Files 54 55 +1
Lines 3948 4033 +85
==========================================
Hits 446 446
- Misses 3447 3532 +85
Partials 55 55
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Test release here |
Please check if the PR fulfills these requirements
before creating one)
Change
Fix #738:
The agent is able to put itself in autostart using installbuilder configuration
We added a new config option in
config.ini
file, that allows the agent to put itsef in autostart (using launchd plist file and launchctl command). We removed this option from installbuilder generated installer.Probably yes