summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-03 00:00:13 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-03 00:00:13 (EDT)
commit3a0f15958e308cfed188aaf8e1a21c42a0223cbd (patch)
tree2fcdb305ff8ab62e46366dd9971cc1100fad8c38
parentd190cac00bf4a4b4567b24ef700a00a16207bc5b (diff)
busybox.pkg/postinst: Start services.
-rwxr-xr-xbusybox.pkg/postinst1
1 files changed, 1 insertions, 0 deletions
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 </usr/share/busybox/init-scripts
fi
if [ -d /etc/network ] && ! [ -f /etc/network/interfaces ]; then