summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index 6aabaff..1bfedf7 100755
--- a/etc/rc
+++ b/etc/rc
@@ -73,6 +73,9 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp
echo Starting Secure Shell Services ...
/etc/sshd
+echo Starting INETD for FTP-PROXY...
+/usr/sbin/inetd -wW -C 60
+
/usr/sbin/cron 2>/dev/null
exit 0
OpenPOWER on IntegriCloud