From e96459f5d98755cb33544073c6ab5455664457da Mon Sep 17 00:00:00 2001 From: James Elliott Date: Mon, 28 Mar 2022 12:54:19 +1100 Subject: [PATCH] fix: disable healthcheck in systemd unit file (#3066) --- authelia.service | 1 + authelia@.service | 1 + 2 files changed, 2 insertions(+) diff --git a/authelia.service b/authelia.service index d6eb616c1..48b2065fd 100644 --- a/authelia.service +++ b/authelia.service @@ -3,6 +3,7 @@ Description=Authelia authentication and authorization server After=multi-user.target [Service] +Environment=AUTHELIA_SERVER_DISABLE_HEALTHCHECK=true ExecStart=/usr/bin/authelia --config /etc/authelia/configuration.yml SyslogIdentifier=authelia diff --git a/authelia@.service b/authelia@.service index 1761637dc..034ff6594 100644 --- a/authelia@.service +++ b/authelia@.service @@ -3,6 +3,7 @@ Description=Authelia authentication and authorization server After=multi-user.target [Service] +Environment=AUTHELIA_SERVER_DISABLE_HEALTHCHECK=true ExecStart=/usr/bin/authelia --config /etc/authelia/%i.yml SyslogIdentifier=authelia-%i