From ef1d1dad12233edfc9abda4165bcf72006eaab30 Mon Sep 17 00:00:00 2001 From: SomeoneElseOSM Date: Sat, 25 Jun 2022 10:52:42 +0100 Subject: [PATCH] Update updating-as-people-edit-pyosmium.md (#197) The "ExecStartPre" needs to "rm -f" rather than "rm" to avoid an error preventing the startup. --- serving-tiles/updating-as-people-edit-pyosmium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serving-tiles/updating-as-people-edit-pyosmium.md b/serving-tiles/updating-as-people-edit-pyosmium.md index 1b98491..d06c66f 100644 --- a/serving-tiles/updating-as-people-edit-pyosmium.md +++ b/serving-tiles/updating-as-people-edit-pyosmium.md @@ -115,7 +115,7 @@ It's a good idea to clear the "pyosmium is running" flag when renderd is restate and add: - ExecStartPre=rm /var/cache/renderd/pyosmium/call_pyosmium.running + ExecStartPre=rm -f /var/cache/renderd/pyosmium/call_pyosmium.running in the "[Service]" section. Then: