fix: disable healthcheck in systemd unit file (#3066)
parent
70ab8aab15
commit
e96459f5d9
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue