OpenOverlayRouter / oor

OpenOverlayRouter is an implementation to create programmable overlay networks.
http://openoverlayrouter.org/
Apache License 2.0
123 stars 39 forks source link

Convert old style OpenWRT init script to "procd style" #15

Closed rkunze closed 6 years ago

rkunze commented 6 years ago

Modern OpenWRT/LEDE uses procd (https://git.lede-project.org/?p=project/procd.git;a=summary) for process management, and in order to take full advantage of its features (e.g. automatically respawn crashed instances of a service), init scripts need to use the new procd hooks (start_service, stop_service, ...) instead of the legacy pre-procd hooks (start, stop, restart, ...).

albert-lopez commented 6 years ago

Thank you very much for your contribution :-)