aboutsummaryrefslogtreecommitdiff
path: root/bbot/worker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/worker.cxx')
-rw-r--r--bbot/worker.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/bbot/worker.cxx b/bbot/worker.cxx
index fbae8c7..87dfdb4 100644
--- a/bbot/worker.cxx
+++ b/bbot/worker.cxx
@@ -480,6 +480,13 @@ try
verb = ops.verbose ();
+ if (ops.systemd_daemon ())
+ {
+ systemd_diagnostics (false);
+
+ info << "bbot worker " << BBOT_VERSION_STR;
+ }
+
// Version.
//
if (ops.version ())