summaryrefslogtreecommitdiff
path: root/sd_messages/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'sd_messages/messages.go')
-rw-r--r--sd_messages/messages.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/sd_messages/messages.go b/sd_messages/messages.go
index cf0294a..e0b3ba2 100644
--- a/sd_messages/messages.go
+++ b/sd_messages/messages.go
@@ -37,9 +37,9 @@ var (
UnitStarting = sd_id128.ID128{0x7d, 0x49, 0x58, 0xe8, 0x42, 0xda, 0x4a, 0x75, 0x8f, 0x6c, 0x1c, 0xdc, 0x7b, 0x36, 0xdc, 0xc5}
UnitStarted = sd_id128.ID128{0x39, 0xf5, 0x34, 0x79, 0xd3, 0xa0, 0x45, 0xac, 0x8e, 0x11, 0x78, 0x62, 0x48, 0x23, 0x1f, 0xbf}
+ UnitFailed = sd_id128.ID128{0xbe, 0x02, 0xcf, 0x68, 0x55, 0xd2, 0x42, 0x8b, 0xa4, 0x0d, 0xf7, 0xe9, 0xd0, 0x22, 0xf0, 0x3d}
UnitStopping = sd_id128.ID128{0xde, 0x5b, 0x42, 0x6a, 0x63, 0xbe, 0x47, 0xa7, 0xb6, 0xac, 0x3e, 0xaa, 0xc8, 0x2e, 0x2f, 0x6f}
UnitStopped = sd_id128.ID128{0x9d, 0x1a, 0xaa, 0x27, 0xd6, 0x01, 0x40, 0xbd, 0x96, 0x36, 0x54, 0x38, 0xaa, 0xd2, 0x02, 0x86}
- UnitFailed = sd_id128.ID128{0xbe, 0x02, 0xcf, 0x68, 0x55, 0xd2, 0x42, 0x8b, 0xa4, 0x0d, 0xf7, 0xe9, 0xd0, 0x22, 0xf0, 0x3d}
UnitReloading = sd_id128.ID128{0xd3, 0x4d, 0x03, 0x7f, 0xff, 0x18, 0x47, 0xe6, 0xae, 0x66, 0x9a, 0x37, 0x0e, 0x69, 0x47, 0x25}
UnitReloaded = sd_id128.ID128{0x7b, 0x05, 0xeb, 0xc6, 0x68, 0x38, 0x42, 0x22, 0xba, 0xa8, 0x88, 0x11, 0x79, 0xcf, 0xda, 0x54}
@@ -47,8 +47,13 @@ var (
UnitResources = sd_id128.ID128{0xae, 0x8f, 0x7b, 0x86, 0x6b, 0x03, 0x47, 0xb9, 0xaf, 0x31, 0xfe, 0x1c, 0x80, 0xb1, 0x27, 0xc0}
+ UnitSuccess = sd_id128.ID128{0x7a, 0xd2, 0xd1, 0x89, 0xf7, 0xe9, 0x4e, 0x70, 0xa3, 0x8c, 0x78, 0x13, 0x54, 0x91, 0x24, 0x48}
+ UnitFailureResult = sd_id128.ID128{0xd9, 0xb3, 0x73, 0xed, 0x55, 0xa6, 0x4f, 0xeb, 0x82, 0x42, 0xe0, 0x2d, 0xbe, 0x79, 0xa4, 0x9c}
+
SpawnFailed = sd_id128.ID128{0x64, 0x12, 0x57, 0x65, 0x1c, 0x1b, 0x4e, 0xc9, 0xa8, 0x62, 0x4d, 0x7a, 0x40, 0xa9, 0xe1, 0xe7}
+ UnitProcessExit = sd_id128.ID128{0x98, 0xe3, 0x22, 0x20, 0x3f, 0x7a, 0x4e, 0xd2, 0x90, 0xd0, 0x9f, 0xe0, 0x3c, 0x09, 0xfe, 0x15}
+
ForwardSyslogMissed = sd_id128.ID128{0x00, 0x27, 0x22, 0x9c, 0xa0, 0x64, 0x41, 0x81, 0xa7, 0x6c, 0x4e, 0x92, 0x45, 0x8a, 0xfa, 0x2e}
Overmounting = sd_id128.ID128{0x1d, 0xee, 0x03, 0x69, 0xc7, 0xfc, 0x47, 0x36, 0xb7, 0x09, 0x9b, 0x38, 0xec, 0xb4, 0x6e, 0xe7}