-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add possibility to run a command after configuration is applied #26
Comments
Question: does lime-config work with a single configuration file or multiple files? Take a look at this script that is used internally by openwisp-config: openwisp-reload-config. It's a modified version of OpenWRT's reload-config (procd), which also explicitly calls That's a way of doing it which wouldn't need to do new development. An alternative would be to add some kind of customisable hook to call when the configuration is applied, which would also be interesting. Could you find the source code of |
lime-config read a couple of config files and write almost everything else |
@G10h4ck thanks for the info, could you add the link to the source code of |
I guess the best thing is to add a generic hook to call |
Released openwisp-config 0.4.5. |
In order to use OpenWISP with LibreMesh, we need a way to call the command "lime-config" after the configuration has been fetched, but before the networking get reloaded.
I propose to add a parameter to specify a generic command in the config file.
The text was updated successfully, but these errors were encountered: