Difference between revisions of "Truxton Service"
Jump to navigation
Jump to search
| Line 36: | Line 36: | ||
| Going off duty (%1) | | Going off duty (%1) | ||
| The service is going to off scheduled duty. The numeric value is for internal debugging. | | The service is going to off scheduled duty. The numeric value is for internal debugging. | ||
| + | |- | ||
| + | | style="text-align:center;" | 15 | ||
| + | | Informational | ||
| + | | Starting %1 from thread %2 | ||
| + | | Records the ETL command line and from what thread in the service it is being spawned. | ||
|} | |} | ||
Revision as of 05:38, 11 July 2020
The Truxton Service is a Windows Service that hosts the exploitation process scheduling as well as the message bus traffic concentrator.
Overview
Scheduling
Event Log Messages
| Number | Type | Event Log Message | Meaning |
|---|---|---|---|
| 1 | Informational | Truxton Service successfully installed by %1. | Records who installed the service |
| 2 | Informational | Truxton Service successfully removed by %1. | Records who removed the service |
| 4 | Informational | Service started. | Logs when the service is started |
| 5 | Informational | Service stopped. | Logs when the service is stopped |
| 12 | Informational | Going off duty (%1) | The service is going to off scheduled duty. The numeric value is for internal debugging. |
| 15 | Informational | Starting %1 from thread %2 | Records the ETL command line and from what thread in the service it is being spawned. |