chiark / gitweb /
manager: optionally print status updates to console on boot
[elogind.git] / src / service.c
index ae8a763e7c1647c495e9d2dcd8202949b75ed41f..d6897341645c057d0ff2cb01670a0d777e9b7d5e 100644 (file)
@@ -2671,6 +2671,7 @@ DEFINE_STRING_TABLE_LOOKUP(notify_access, NotifyAccess);
 
 const UnitVTable service_vtable = {
         .suffix = ".service",
+        .show_status = true,
 
         .init = service_init,
         .done = service_done,