From d0796aeb1a56da3b5721b491dbeaba8107e9a892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= <1289205+lahwaacz@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:25:29 +0200 Subject: Fix override.conf example in README ExecStart is a list, it needs to be cleared first. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6174f4..2f4d518 100644 --- a/README.md +++ b/README.md @@ -473,6 +473,7 @@ In case you want to customize the particular flags that miniserve launches with, and set the `[Service]` part in the resulting `override.conf` file. For instance: [Service] + ExecStart= ExecStart=/usr/bin/miniserve --enable-tar --enable-zip --no-symlinks --verbose -i ::1 -p 1234 --title hello --color-scheme monokai --color-scheme-dark monokai -- %I Make sure to leave the `%I` at the very end in place or the wrong path might be served. You -- cgit v1.2.3