e528748780d6817e8067bd081875152d0cd27b78
[openwrt.git] / openwrt / package / openntpd / ipkg / etc / init.d / S49ntpd
1 #!/bin/sh
2 mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
3 /usr/sbin/ntpd -s
This page took 0.04509 seconds and 3 git commands to generate.