Correct date and time are necessary for certificate based daemons (for example openvpn)
Signed-off-by: Alex Guerra <[email protected]> --- package/base-files/files/etc/init.d/sysntpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/etc/init.d/sysntpd b/package/base-files/files/etc/init.d/sysntpd index bb42ef7..bc4aaae 100755 --- a/package/base-files/files/etc/init.d/sysntpd +++ b/package/base-files/files/etc/init.d/sysntpd @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2011 OpenWrt.org -START=98 +START=25 SERVICE_DAEMONIZE=1 SERVICE_WRITE_PID=1 -- 1.7.9.5 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
