From 1bbbeacc06db6b7f899f4b11de39a3b2c07ce670 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 04:38:20 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/howto/admin/systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/admin/systemd.md b/docs/howto/admin/systemd.md index f5b30e7..69399e4 100644 --- a/docs/howto/admin/systemd.md +++ b/docs/howto/admin/systemd.md @@ -73,7 +73,7 @@ The output should look like the following: :alt: Checking the status of the JupyterHub systemd service ``` -To override the `traefik` settings, create a new file under `/etc/systemd/system/traefik.service.d/override.conf` +To override the `traefik` settings, create a new file under `/etc/systemd/system/traefik.service.d/override.conf` (or use `sudo systemctl edit traefik.service`) and follow the same steps. ## References