Skip to content

Commit

Permalink
TIP quarkus-systemd-notify when deploy to systemd
Browse files Browse the repository at this point in the history
implemented review feedback
  • Loading branch information
tarilabs committed Feb 11, 2023
1 parent bf90425 commit 645c515
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/main/asciidoc/container-image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@ For example, if both `container-image-docker` and `container-image-s2i` are pres
quarkus.container-image.builder=docker
----

== Integrating with `systemd-notify`

If you are building a container image in order to deploy your Quarkus application as a Linux service with Podman and Systemd, you might want to consider including the https://quarkiverse.github.io/quarkiverse-docs/quarkus-systemd-notify/dev/index.html[Quarkus Systemd Notify Extension] as part of your application, with:

:add-extension-extensions: io.quarkiverse.systemd.notify:quarkus-systemd-notify
include::{includes}/devtools/extension-add.adoc[]

== Customizing

The following properties can be used to customize the container image build process.
Expand Down

0 comments on commit 645c515

Please sign in to comment.