016d6acde5
Based on a patch by Luiz Angelo Daros de Luca Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43421
3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
[ "$1" = stratum ] || exit 0
|
|
ACTION="$1" /sbin/hotplug-call ntp
|