Skip to content

Commit

Permalink
Update updating-as-people-edit-pyosmium.md (switch2osm#197)
Browse files Browse the repository at this point in the history
The "ExecStartPre" needs to "rm -f" rather than "rm" to avoid an error preventing the startup.
  • Loading branch information
SomeoneElseOSM authored and Andygol committed Nov 6, 2023
1 parent 23acf73 commit ef1d1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serving-tiles/updating-as-people-edit-pyosmium.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ef1d1da

Please sign in to comment.