Remove --environ flag in caddy.service

This commit is contained in:
Balakrishnan Balasubramanian
2026-01-02 01:26:05 +00:00
committed by Levente Polyak
parent 4a9dad0116
commit ac90dad217
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ User=caddy
Group=caddy
Environment=XDG_DATA_HOME=/var/lib
Environment=XDG_CONFIG_HOME=/var/lib
ExecStart=/usr/bin/caddy run --environ --resume
ExecStart=/usr/bin/caddy run --resume
# Do not allow the process to be restarted in a tight loop. If the
# process fails to start, something critical needs to be fixed.