Class SystemdAutoConfiguration

java.lang.Object
com.github.jpmsilva.jsystemd.SystemdAutoConfiguration

@AutoConfiguration @ConditionalOnSystemd public class SystemdAutoConfiguration extends Object
Autoconfiguration class for systemd integration.

Sets up some basic SystemdStatusProvider as well.

Author:
Joao Silva, Christian Lorenz
  • Method Details

    • started

      @EventListener public void started(org.springframework.boot.context.event.ApplicationReadyEvent event)
      Event listener for the ApplicationReadyEvent event to report to systemd that the service is ready.
      Parameters:
      event - the ApplicationReadyEvent received