<div dir="ltr"><div><div><div><br clear="all"></div>Hi,<br></div>When adding an interface trigger to sysntpd, the trigger won't work when another trigger is present(in this case a reload trigger for system).<br></div>below is the service_triggers function I used for sysntpd:<br><br>service_triggers()<br>{<br>    local script=$(readlink "$initscript")<br>    local name=$(basename ${script:-$initscript})<br><br>    procd_open_trigger<br>    procd_add_raw_trigger "interface.*" 2000 /etc/init.d/$name reload<br>    procd_close_trigger<br><br>    procd_add_reload_trigger "system"<br>    procd_add_validation validate_ntp_section<br>}<br><br><div><div><div><div>For testing I added a logger msg in start_service and tested by restarting the network service or unplugging a cable(once with system reload trigger and another without).<br><br></div><div>Can anyone confirm this behaviour and explain if it is intended?<br></div><div>Thanks.<br></div></div></div></div></div>