mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-31 16:03:09 +01:00
Daemons that are waiting for a timesync are only triggered when the action is stratum. As step is the first sync action pass all actions to the ntpd hotplug scripts; it's up to the ntpd hotplugscript to filter out the actions it is interested in. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2 lines
45 B
Bash
Executable file
2 lines
45 B
Bash
Executable file
#!/bin/sh
|
|
ACTION="$1" /sbin/hotplug-call ntp
|