From 7c289bf36d3a144447b25105ad789b1c734437e3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 5 Sep 2018 00:19:00 -0400 Subject: go generate --- sd_daemon/.gitignore | 1 - sd_daemon/log_util.go | 54 ++++++++++++++++++++++++++++++++++++++ sd_messages/.gitignore | 1 - sd_messages/messages.go | 69 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 2 deletions(-) delete mode 100644 sd_daemon/.gitignore create mode 100644 sd_daemon/log_util.go delete mode 100644 sd_messages/.gitignore create mode 100644 sd_messages/messages.go diff --git a/sd_daemon/.gitignore b/sd_daemon/.gitignore deleted file mode 100644 index 1687796..0000000 --- a/sd_daemon/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/log_util.go diff --git a/sd_daemon/log_util.go b/sd_daemon/log_util.go new file mode 100644 index 0000000..d244913 --- /dev/null +++ b/sd_daemon/log_util.go @@ -0,0 +1,54 @@ +// ./log_util.go.gen +// Code generated by the above command; DO NOT EDIT. + +package sd_daemon + +import "log/syslog" + +// Emerg writes a message with priority syslog.LOG_EMERG to the log. +func (l *Logger) Emerg(msg string) error { + _, err := l.WriteString(syslog.LOG_EMERG, msg) + return err +} + +// Alert writes a message with priority syslog.LOG_ALERT to the log. +func (l *Logger) Alert(msg string) error { + _, err := l.WriteString(syslog.LOG_ALERT, msg) + return err +} + +// Crit writes a message with priority syslog.LOG_CRIT to the log. +func (l *Logger) Crit(msg string) error { + _, err := l.WriteString(syslog.LOG_CRIT, msg) + return err +} + +// Err writes a message with priority syslog.LOG_ERR to the log. +func (l *Logger) Err(msg string) error { + _, err := l.WriteString(syslog.LOG_ERR, msg) + return err +} + +// Warning writes a message with priority syslog.LOG_WARNING to the log. +func (l *Logger) Warning(msg string) error { + _, err := l.WriteString(syslog.LOG_WARNING, msg) + return err +} + +// Notice writes a message with priority syslog.LOG_NOTICE to the log. +func (l *Logger) Notice(msg string) error { + _, err := l.WriteString(syslog.LOG_NOTICE, msg) + return err +} + +// Info writes a message with priority syslog.LOG_INFO to the log. +func (l *Logger) Info(msg string) error { + _, err := l.WriteString(syslog.LOG_INFO, msg) + return err +} + +// Debug writes a message with priority syslog.LOG_DEBUG to the log. +func (l *Logger) Debug(msg string) error { + _, err := l.WriteString(syslog.LOG_DEBUG, msg) + return err +} diff --git a/sd_messages/.gitignore b/sd_messages/.gitignore deleted file mode 100644 index 77a170f..0000000 --- a/sd_messages/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/messages.go diff --git a/sd_messages/messages.go b/sd_messages/messages.go new file mode 100644 index 0000000..cf0294a --- /dev/null +++ b/sd_messages/messages.go @@ -0,0 +1,69 @@ +// ./messages.go.gen /usr/include/systemd/sd-messages.h +// Code generated by the above command; DO NOT EDIT. + +package sd_messages + +import "git.lukeshu.com/go/libsystemd/sd_id128" + +var ( + JournalStart = sd_id128.ID128{0xf7, 0x73, 0x79, 0xa8, 0x49, 0x0b, 0x40, 0x8b, 0xbe, 0x5f, 0x69, 0x40, 0x50, 0x5a, 0x77, 0x7b} + JournalStop = sd_id128.ID128{0xd9, 0x3f, 0xb3, 0xc9, 0xc2, 0x4d, 0x45, 0x1a, 0x97, 0xce, 0xa6, 0x15, 0xce, 0x59, 0xc0, 0x0b} + JournalDropped = sd_id128.ID128{0xa5, 0x96, 0xd6, 0xfe, 0x7b, 0xfa, 0x49, 0x94, 0x82, 0x8e, 0x72, 0x30, 0x9e, 0x95, 0xd6, 0x1e} + JournalMissed = sd_id128.ID128{0xe9, 0xbf, 0x28, 0xe6, 0xe8, 0x34, 0x48, 0x1b, 0xb6, 0xf4, 0x8f, 0x54, 0x8a, 0xd1, 0x36, 0x06} + JournalUsage = sd_id128.ID128{0xec, 0x38, 0x7f, 0x57, 0x7b, 0x84, 0x4b, 0x8f, 0xa9, 0x48, 0xf3, 0x3c, 0xad, 0x9a, 0x75, 0xe6} + + Coredump = sd_id128.ID128{0xfc, 0x2e, 0x22, 0xbc, 0x6e, 0xe6, 0x47, 0xb6, 0xb9, 0x07, 0x29, 0xab, 0x34, 0xa2, 0x50, 0xb1} + TruncatedCore = sd_id128.ID128{0x5a, 0xad, 0xd8, 0xe9, 0x54, 0xdc, 0x4b, 0x1a, 0x8c, 0x95, 0x4d, 0x63, 0xfd, 0x9e, 0x11, 0x37} + Backtrace = sd_id128.ID128{0x1f, 0x4e, 0x0a, 0x44, 0xa8, 0x86, 0x49, 0x93, 0x9a, 0xae, 0xa3, 0x4f, 0xc6, 0xda, 0x8c, 0x95} + + SessionStart = sd_id128.ID128{0x8d, 0x45, 0x62, 0x0c, 0x1a, 0x43, 0x48, 0xdb, 0xb1, 0x74, 0x10, 0xda, 0x57, 0xc6, 0x0c, 0x66} + SessionStop = sd_id128.ID128{0x33, 0x54, 0x93, 0x94, 0x24, 0xb4, 0x45, 0x6d, 0x98, 0x02, 0xca, 0x83, 0x33, 0xed, 0x42, 0x4a} + SeatStart = sd_id128.ID128{0xfc, 0xbe, 0xfc, 0x5d, 0xa2, 0x3d, 0x42, 0x80, 0x93, 0xf9, 0x7c, 0x82, 0xa9, 0x29, 0x0f, 0x7b} + SeatStop = sd_id128.ID128{0xe7, 0x85, 0x2b, 0xfe, 0x46, 0x78, 0x4e, 0xd0, 0xac, 0xcd, 0xe0, 0x4b, 0xc8, 0x64, 0xc2, 0xd5} + MachineStart = sd_id128.ID128{0x24, 0xd8, 0xd4, 0x45, 0x25, 0x73, 0x40, 0x24, 0x96, 0x06, 0x83, 0x81, 0xa6, 0x31, 0x2d, 0xf2} + MachineStop = sd_id128.ID128{0x58, 0x43, 0x2b, 0xd3, 0xba, 0xce, 0x47, 0x7c, 0xb5, 0x14, 0xb5, 0x63, 0x81, 0xb8, 0xa7, 0x58} + + TimeChange = sd_id128.ID128{0xc7, 0xa7, 0x87, 0x07, 0x9b, 0x35, 0x4e, 0xaa, 0xa9, 0xe7, 0x7b, 0x37, 0x18, 0x93, 0xcd, 0x27} + TimezoneChange = sd_id128.ID128{0x45, 0xf8, 0x2f, 0x4a, 0xef, 0x7a, 0x4b, 0xbf, 0x94, 0x2c, 0xe8, 0x61, 0xd1, 0xf2, 0x09, 0x90} + + Tainted = sd_id128.ID128{0x50, 0x87, 0x6a, 0x9d, 0xb0, 0x0f, 0x4c, 0x40, 0xbd, 0xe1, 0xa2, 0xad, 0x38, 0x1c, 0x3a, 0x1b} + StartupFinished = sd_id128.ID128{0xb0, 0x7a, 0x24, 0x9c, 0xd0, 0x24, 0x41, 0x4a, 0x82, 0xdd, 0x00, 0xcd, 0x18, 0x13, 0x78, 0xff} + UserStartupFinished = sd_id128.ID128{0xee, 0xd0, 0x0a, 0x68, 0xff, 0xd8, 0x4e, 0x31, 0x88, 0x21, 0x05, 0xfd, 0x97, 0x3a, 0xbd, 0xd1} + + SleepStart = sd_id128.ID128{0x6b, 0xbd, 0x95, 0xee, 0x97, 0x79, 0x41, 0xe4, 0x97, 0xc4, 0x8b, 0xe2, 0x7c, 0x25, 0x41, 0x28} + SleepStop = sd_id128.ID128{0x88, 0x11, 0xe6, 0xdf, 0x2a, 0x8e, 0x40, 0xf5, 0x8a, 0x94, 0xce, 0xa2, 0x6f, 0x8e, 0xbf, 0x14} + + Shutdown = sd_id128.ID128{0x98, 0x26, 0x88, 0x66, 0xd1, 0xd5, 0x4a, 0x49, 0x9c, 0x4e, 0x98, 0x92, 0x1d, 0x93, 0xbc, 0x40} + + 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} + 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} + + UnitRestartScheduled = sd_id128.ID128{0x5e, 0xb0, 0x34, 0x94, 0xb6, 0x58, 0x48, 0x70, 0xa5, 0x36, 0xb3, 0x37, 0x29, 0x08, 0x09, 0xb3} + + UnitResources = sd_id128.ID128{0xae, 0x8f, 0x7b, 0x86, 0x6b, 0x03, 0x47, 0xb9, 0xaf, 0x31, 0xfe, 0x1c, 0x80, 0xb1, 0x27, 0xc0} + + SpawnFailed = sd_id128.ID128{0x64, 0x12, 0x57, 0x65, 0x1c, 0x1b, 0x4e, 0xc9, 0xa8, 0x62, 0x4d, 0x7a, 0x40, 0xa9, 0xe1, 0xe7} + + 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} + + LidOpened = sd_id128.ID128{0xb7, 0x2e, 0xa4, 0xa2, 0x88, 0x15, 0x45, 0xa0, 0xb5, 0x0e, 0x20, 0x0e, 0x55, 0xb9, 0xb0, 0x6f} + LidClosed = sd_id128.ID128{0xb7, 0x2e, 0xa4, 0xa2, 0x88, 0x15, 0x45, 0xa0, 0xb5, 0x0e, 0x20, 0x0e, 0x55, 0xb9, 0xb0, 0x70} + SystemDocked = sd_id128.ID128{0xf5, 0xf4, 0x16, 0xb8, 0x62, 0x07, 0x4b, 0x28, 0x92, 0x7a, 0x48, 0xc3, 0xba, 0x7d, 0x51, 0xff} + SystemUndocked = sd_id128.ID128{0x51, 0xe1, 0x71, 0xbd, 0x58, 0x52, 0x48, 0x56, 0x81, 0x10, 0x14, 0x4c, 0x51, 0x7c, 0xca, 0x53} + PowerKey = sd_id128.ID128{0xb7, 0x2e, 0xa4, 0xa2, 0x88, 0x15, 0x45, 0xa0, 0xb5, 0x0e, 0x20, 0x0e, 0x55, 0xb9, 0xb0, 0x71} + SuspendKey = sd_id128.ID128{0xb7, 0x2e, 0xa4, 0xa2, 0x88, 0x15, 0x45, 0xa0, 0xb5, 0x0e, 0x20, 0x0e, 0x55, 0xb9, 0xb0, 0x72} + HibernateKey = sd_id128.ID128{0xb7, 0x2e, 0xa4, 0xa2, 0x88, 0x15, 0x45, 0xa0, 0xb5, 0x0e, 0x20, 0x0e, 0x55, 0xb9, 0xb0, 0x73} + + InvalidConfiguration = sd_id128.ID128{0xc7, 0x72, 0xd2, 0x4e, 0x9a, 0x88, 0x4c, 0xbe, 0xb9, 0xea, 0x12, 0x62, 0x5c, 0x30, 0x6c, 0x01} + + DnssecFailure = sd_id128.ID128{0x16, 0x75, 0xd7, 0xf1, 0x72, 0x17, 0x40, 0x98, 0xb1, 0x10, 0x8b, 0xf8, 0xc7, 0xdc, 0x8f, 0x5d} + DnssecTrustAnchorRevoked = sd_id128.ID128{0x4d, 0x44, 0x08, 0xcf, 0xd0, 0xd1, 0x44, 0x85, 0x91, 0x84, 0xd1, 0xe6, 0x5d, 0x7c, 0x8a, 0x65} + DnssecDowngrade = sd_id128.ID128{0x36, 0xdb, 0x2d, 0xfa, 0x5a, 0x90, 0x45, 0xe1, 0xbd, 0x4a, 0xf5, 0xf9, 0x3e, 0x1c, 0xf0, 0x57} +) -- cgit v1.1-4-g5e80 From d2bdf704b2d578c68fedd4298222694b9012f078 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 5 Sep 2018 00:28:57 -0400 Subject: Generate artifacts --- sd_daemon/.gitignore | 1 - sd_daemon/log_util.go | 54 ++++++++++++++++++++++++++++++++++++++ sd_messages/.gitignore | 1 - sd_messages/messages.go | 69 +++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 123 insertions(+), 2 deletions(-) delete mode 100644 sd_daemon/.gitignore create mode 100644 sd_daemon/log_util.go delete mode 100644 sd_messages/.gitignore create mode 100644 sd_messages/messages.go diff --git a/sd_daemon/.gitignore b/sd_daemon/.gitignore deleted file mode 100644 index 1687796..0000000 --- a/sd_daemon/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/log_util.go diff --git a/sd_daemon/log_util.go b/sd_daemon/log_util.go new file mode 100644 index 0000000..93e0897 --- /dev/null +++ b/sd_daemon/log_util.go @@ -0,0 +1,54 @@ +// ./log_util.go.gen +// Code generated by the above command; DO NOT EDIT. + +package sd_daemon + +import "log/syslog" + +// Emerg writes a message with priority syslog.LOG_EMERG to the log. +func (l *Logger) Emerg(msg string) error { + _, err := l.LogString(syslog.LOG_EMERG, msg) + return err +} + +// Alert writes a message with priority syslog.LOG_ALERT to the log. +func (l *Logger) Alert(msg string) error { + _, err := l.LogString(syslog.LOG_ALERT, msg) + return err +} + +// Crit writes a message with priority syslog.LOG_CRIT to the log. +func (l *Logger) Crit(msg string) error { + _, err := l.LogString(syslog.LOG_CRIT, msg) + return err +} + +// Err writes a message with priority syslog.LOG_ERR to the log. +func (l *Logger) Err(msg string) error { + _, err := l.LogString(syslog.LOG_ERR, msg) + return err +} + +// Warning writes a message with priority syslog.LOG_WARNING to the log. +func (l *Logger) Warning(msg string) error { + _, err := l.LogString(syslog.LOG_WARNING, msg) + return err +} + +// Notice writes a message with priority syslog.LOG_NOTICE to the log. +func (l *Logger) Notice(msg string) error { + _, err := l.LogString(syslog.LOG_NOTICE, msg) + return err +} + +// Info writes a message with priority syslog.LOG_INFO to the log. +func (l *Logger) Info(msg string) error { + _, err := l.LogString(syslog.LOG_INFO, msg) + return err +} + +// Debug writes a message with priority syslog.LOG_DEBUG to the log. +func (l *Logger) Debug(msg string) error { + _, err := l.LogString(syslog.LOG_DEBUG, msg) + return err +} diff --git a/sd_messages/.gitignore b/sd_messages/.gitignore deleted file mode 100644 index 77a170f..0000000 --- a/sd_messages/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/messages.go diff --git a/sd_messages/messages.go b/sd_messages/messages.go new file mode 100644 index 0000000..cf0294a --- /dev/null +++ b/sd_messages/messages.go @@ -0,0 +1,69 @@ +// ./messages.go.gen /usr/include/systemd/sd-messages.h +// Code generated by the above command; DO NOT EDIT. + +package sd_messages + +import "git.lukeshu.com/go/libsystemd/sd_id128" + +var ( + JournalStart = sd_id128.ID128{0xf7, 0x73, 0x79, 0xa8, 0x49, 0x0b, 0x40, 0x8b, 0xbe, 0x5f, 0x69, 0x40, 0x50, 0x5a, 0x77, 0x7b} + JournalStop = sd_id128.ID128{0xd9, 0x3f, 0xb3, 0xc9, 0xc2, 0x4d, 0x45, 0x1a, 0x97, 0xce, 0xa6, 0x15, 0xce, 0x59, 0xc0, 0x0b} + JournalDropped = sd_id128.ID128{0xa5, 0x96, 0xd6, 0xfe, 0x7b, 0xfa, 0x49, 0x94, 0x82, 0x8e, 0x72, 0x30, 0x9e, 0x95, 0xd6, 0x1e} + JournalMissed = sd_id128.ID128{0xe9, 0xbf, 0x28, 0xe6, 0xe8, 0x34, 0x48, 0x1b, 0xb6, 0xf4, 0x8f, 0x54, 0x8a, 0xd1, 0x36, 0x06} + JournalUsage = sd_id128.ID128{0xec, 0x38, 0x7f, 0x57, 0x7b, 0x84, 0x4b, 0x8f, 0xa9, 0x48, 0xf3, 0x3c, 0xad, 0x9a, 0x75, 0xe6} + + Coredump = sd_id128.ID128{0xfc, 0x2e, 0x22, 0xbc, 0x6e, 0xe6, 0x47, 0xb6, 0xb9, 0x07, 0x29, 0xab, 0x34, 0xa2, 0x50, 0xb1} + TruncatedCore = sd_id128.ID128{0x5a, 0xad, 0xd8, 0xe9, 0x54, 0xdc, 0x4b, 0x1a, 0x8c, 0x95, 0x4d, 0x63, 0xfd, 0x9e, 0x11, 0x37} + Backtrace = sd_id128.ID128{0x1f, 0x4e, 0x0a, 0x44, 0xa8, 0x86, 0x49, 0x93, 0x9a, 0xae, 0xa3, 0x4f, 0xc6, 0xda, 0x8c, 0x95} + + SessionStart = sd_id128.ID128{0x8d, 0x45, 0x62, 0x0c, 0x1a, 0x43, 0x48, 0xdb, 0xb1, 0x74, 0x10, 0xda, 0x57, 0xc6, 0x0c, 0x66} + SessionStop = sd_id128.ID128{0x33, 0x54, 0x93, 0x94, 0x24, 0xb4, 0x45, 0x6d, 0x98, 0x02, 0xca, 0x83, 0x33, 0xed, 0x42, 0x4a} + SeatStart = sd_id128.ID128{0xfc, 0xbe, 0xfc, 0x5d, 0xa2, 0x3d, 0x42, 0x80, 0x93, 0xf9, 0x7c, 0x82, 0xa9, 0x29, 0x0f, 0x7b} + SeatStop = sd_id128.ID128{0xe7, 0x85, 0x2b, 0xfe, 0x46, 0x78, 0x4e, 0xd0, 0xac, 0xcd, 0xe0, 0x4b, 0xc8, 0x64, 0xc2, 0xd5} + MachineStart = sd_id128.ID128{0x24, 0xd8, 0xd4, 0x45, 0x25, 0x73, 0x40, 0x24, 0x96, 0x06, 0x83, 0x81, 0xa6, 0x31, 0x2d, 0xf2} + MachineStop = sd_id128.ID128{0x58, 0x43, 0x2b, 0xd3, 0xba, 0xce, 0x47, 0x7c, 0xb5, 0x14, 0xb5, 0x63, 0x81, 0xb8, 0xa7, 0x58} + + TimeChange = sd_id128.ID128{0xc7, 0xa7, 0x87, 0x07, 0x9b, 0x35, 0x4e, 0xaa, 0xa9, 0xe7, 0x7b, 0x37, 0x18, 0x93, 0xcd, 0x27} + TimezoneChange = sd_id128.ID128{0x45, 0xf8, 0x2f, 0x4a, 0xef, 0x7a, 0x4b, 0xbf, 0x94, 0x2c, 0xe8, 0x61, 0xd1, 0xf2, 0x09, 0x90} + + Tainted = sd_id128.ID128{0x50, 0x87, 0x6a, 0x9d, 0xb0, 0x0f, 0x4c, 0x40, 0xbd, 0xe1, 0xa2, 0xad, 0x38, 0x1c, 0x3a, 0x1b} + StartupFinished = sd_id128.ID128{0xb0, 0x7a, 0x24, 0x9c, 0xd0, 0x24, 0x41, 0x4a, 0x82, 0xdd, 0x00, 0xcd, 0x18, 0x13, 0x78, 0xff} + UserStartupFinished = sd_id128.ID128{0xee, 0xd0, 0x0a, 0x68, 0xff, 0xd8, 0x4e, 0x31, 0x88, 0x21, 0x05, 0xfd, 0x97, 0x3a, 0xbd, 0xd1} + + SleepStart = sd_id128.ID128{0x6b, 0xbd, 0x95, 0xee, 0x97, 0x79, 0x41, 0xe4, 0x97, 0xc4, 0x8b, 0xe2, 0x7c, 0x25, 0x41, 0x28} + SleepStop = sd_id128.ID128{0x88, 0x11, 0xe6, 0xdf, 0x2a, 0x8e, 0x40, 0xf5, 0x8a, 0x94, 0xce, 0xa2, 0x6f, 0x8e, 0xbf, 0x14} + + Shutdown = sd_id128.ID128{0x98, 0x26, 0x88, 0x66, 0xd1, 0xd5, 0x4a, 0x49, 0x9c, 0x4e, 0x98, 0x92, 0x1d, 0x93, 0xbc, 0x40} + + 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} + 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} + + UnitRestartScheduled = sd_id128.ID128{0x5e, 0xb0, 0x34, 0x94, 0xb6, 0x58, 0x48, 0x70, 0xa5, 0x36, 0xb3, 0x37, 0x29, 0x08, 0x09, 0xb3} + + UnitResources = sd_id128.ID128{0xae, 0x8f, 0x7b, 0x86, 0x6b, 0x03, 0x47, 0xb9, 0xaf, 0x31, 0xfe, 0x1c, 0x80, 0xb1, 0x27, 0xc0} + + SpawnFailed = sd_id128.ID128{0x64, 0x12, 0x57, 0x65, 0x1c, 0x1b, 0x4e, 0xc9, 0xa8, 0x62, 0x4d, 0x7a, 0x40, 0xa9, 0xe1, 0xe7} + + 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} + + LidOpened = sd_id128.ID128{0xb7, 0x2e, 0xa4, 0xa2, 0x88, 0x15, 0x45, 0xa0, 0xb5, 0x0e, 0x20, 0x0e, 0x55, 0xb9, 0xb0, 0x6f} + LidClosed = sd_id128.ID128{0xb7, 0x2e, 0xa4, 0xa2, 0x88, 0x15, 0x45, 0xa0, 0xb5, 0x0e, 0x20, 0x0e, 0x55, 0xb9, 0xb0, 0x70} + SystemDocked = sd_id128.ID128{0xf5, 0xf4, 0x16, 0xb8, 0x62, 0x07, 0x4b, 0x28, 0x92, 0x7a, 0x48, 0xc3, 0xba, 0x7d, 0x51, 0xff} + SystemUndocked = sd_id128.ID128{0x51, 0xe1, 0x71, 0xbd, 0x58, 0x52, 0x48, 0x56, 0x81, 0x10, 0x14, 0x4c, 0x51, 0x7c, 0xca, 0x53} + PowerKey = sd_id128.ID128{0xb7, 0x2e, 0xa4, 0xa2, 0x88, 0x15, 0x45, 0xa0, 0xb5, 0x0e, 0x20, 0x0e, 0x55, 0xb9, 0xb0, 0x71} + SuspendKey = sd_id128.ID128{0xb7, 0x2e, 0xa4, 0xa2, 0x88, 0x15, 0x45, 0xa0, 0xb5, 0x0e, 0x20, 0x0e, 0x55, 0xb9, 0xb0, 0x72} + HibernateKey = sd_id128.ID128{0xb7, 0x2e, 0xa4, 0xa2, 0x88, 0x15, 0x45, 0xa0, 0xb5, 0x0e, 0x20, 0x0e, 0x55, 0xb9, 0xb0, 0x73} + + InvalidConfiguration = sd_id128.ID128{0xc7, 0x72, 0xd2, 0x4e, 0x9a, 0x88, 0x4c, 0xbe, 0xb9, 0xea, 0x12, 0x62, 0x5c, 0x30, 0x6c, 0x01} + + DnssecFailure = sd_id128.ID128{0x16, 0x75, 0xd7, 0xf1, 0x72, 0x17, 0x40, 0x98, 0xb1, 0x10, 0x8b, 0xf8, 0xc7, 0xdc, 0x8f, 0x5d} + DnssecTrustAnchorRevoked = sd_id128.ID128{0x4d, 0x44, 0x08, 0xcf, 0xd0, 0xd1, 0x44, 0x85, 0x91, 0x84, 0xd1, 0xe6, 0x5d, 0x7c, 0x8a, 0x65} + DnssecDowngrade = sd_id128.ID128{0x36, 0xdb, 0x2d, 0xfa, 0x5a, 0x90, 0x45, 0xe1, 0xbd, 0x4a, 0xf5, 0xf9, 0x3e, 0x1c, 0xf0, 0x57} +) -- cgit v1.1-4-g5e80