Skip to content

Plugins: adds command to manage plugin scripts

Gabriel Silva requested to merge gabrielssilva/noosfero:plugin_scripts into master

We would like to add scripts/services in a plugin, and be able to start/stop those services accordingly with the application server.

My approach was to add a new command to the noosfero-plugins script that runs the received actions in every script inside plugins/<plugin>/script/init/ folder. I'm assuming these services will run as a daemon and accept at least start, stop, and status commands.

Edited by Gabriel Silva

Merge request reports