only start crond if there are files in the crontab
[openwrt.git] / package / busybox / files / telnet
index c61fe73..5802584 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006 OpenWrt.org
+START=50
 
 start() {
        if      [ \! -f /etc/passwd ] || \
This page took 0.019707 seconds and 4 git commands to generate.