Difference between revisions of "Truxton Service"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
The Truxton Service is a [https://en.wikipedia.org/wiki/Windows_service Windows Service] that hosts the exploitation process scheduling as well as the [[Message Concentrator|message bus traffic concentrator.]] | The Truxton Service is a [https://en.wikipedia.org/wiki/Windows_service Windows Service] that hosts the exploitation process scheduling as well as the [[Message Concentrator|message bus traffic concentrator.]] | ||
| + | |||
| + | =Overview= | ||
| + | |||
| + | =Scheduling= | ||
| + | |||
| + | =Event Log Messages= | ||
| + | {| class="wikitable" | ||
| + | ! Number | ||
| + | ! Type | ||
| + | ! Event Log Message | ||
| + | ! Meaning | ||
| + | |- | ||
| + | | style="text-align:center;" | 1 | ||
| + | | Informational | ||
| + | | Truxton Service successfully installed by %1. | ||
| + | | Records who installed the service | ||
| + | |- | ||
| + | | style="text-align:center;" | 2 | ||
| + | | Informational | ||
| + | | Truxton Service successfully removed by %1. | ||
| + | | Records who removed the service | ||
| + | |- | ||
| + | | style="text-align:center;" | 4 | ||
| + | | Informational | ||
| + | | Service started. | ||
| + | | Logs when the service is started | ||
| + | |- | ||
| + | | style="text-align:center;" | 5 | ||
| + | | Informational | ||
| + | | Service stopped. | ||
| + | | Logs when the service is stopped | ||
| + | |- | ||
| + | | style="text-align:center;" | 12 | ||
| + | | Informational | ||
| + | | Going off duty (%1) | ||
| + | | The service is going to off scheduled duty. The numeric value is for internal debugging. | ||
| + | |} | ||
Revision as of 05:36, 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. |