Hello, I'm writing a PROCD init script for my program. The program is dependent on a config file, so I've written a rule that should restart it once the file changes (using "service_triggers()"). However, editing file doesn't cause the program to restart until I execute the "reload_config" command. Now this makes sense when editing the config file via a text editor, but what about editing the file using luci web interface (in a cbi model)? Shouldn't it reload the config automatically? How do I approach this?