From 3a0f15958e308cfed188aaf8e1a21c42a0223cbd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 03 Jun 2014 00:00:13 -0400 Subject: busybox.pkg/postinst: Start services. --- diff --git a/busybox.pkg/postinst b/busybox.pkg/postinst index c499f03..fbdd6b4 100755 --- a/busybox.pkg/postinst +++ b/busybox.pkg/postinst @@ -15,6 +15,7 @@ if [ "x${1}" = 'xconfigure' ]; then if [ -e /usr/share/busybox/init-scripts ]; then while read script; do "/etc/init.d/${script}" enable + "/etc/init.d/${script}" start done