4 lines
74 B
Text
4 lines
74 B
Text
|
#!/bin/sh
|
||
|
[ "$1" = stratum ] || exit 0
|
||
|
ACTION="$1" /sbin/hotplug-call ntp
|