From e8c6348a23bb7ef7650757c6902811916436e15c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 31 Oct 2021 00:55:48 -0400 Subject: [PATCH] Mention the systemd part --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31489b9..2404a9d 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ The Python dependencies can be installed via `pip install -r requirements.txt`. 1. Configure your Git system to send webhooks for the event(s) and repositories you want to the Basic Builder API. +1. Optionally, configure Basic Builder to use Systemd via the [example configurations](systemd/). + ## Webhook Configuration **NOTE:** Currently, Basic Builder supports only Gitea webhooks. However, other systems may be supported in the future.