Skip to content

Files

Latest commit

2ca83d7 · Nov 9, 2023

History

History
7 lines (6 loc) · 364 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 364 Bytes

osrm_script

Osrm Server Service Scripts

  1. osrm_server.sh calls osrm_run.sh and executes inside a screen.
  2. osrm_run.sh changes directory to build and starts server.
  3. move osrm.service to /etc/systemd/system/ and reload daemon with systemctl daemon-reload.
  4. enable service and control it : https://askubuntu.com/a/19324/396692.