diff options
Diffstat (limited to 'package/utils/busybox/files/ntpd-hotplug')
-rwxr-xr-x | package/utils/busybox/files/ntpd-hotplug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/utils/busybox/files/ntpd-hotplug b/package/utils/busybox/files/ntpd-hotplug new file mode 100755 index 0000000000..ddc1490a47 --- /dev/null +++ b/package/utils/busybox/files/ntpd-hotplug @@ -0,0 +1,3 @@ +#!/bin/sh +[ "$1" = stratum ] || exit 0 +ACTION="$1" /sbin/hotplug-call ntp |