Skip to content

Commit

Permalink
fix(jails): do not wait /etc/rc to end
Browse files Browse the repository at this point in the history
  • Loading branch information
william-gr committed Mar 27, 2017
1 parent 0345b01 commit 4368910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pcbsd/warden/scripts/backend/startjail.sh
Expand Up @@ -629,7 +629,7 @@ else
jexec ${JID} ${sCmd} 2>&1
else
warden_print "Starting jail with: /etc/rc"
jexec ${JID} /bin/sh /etc/rc > /dev/null 2>&1
jexec ${JID} /bin/sh /etc/rc > /dev/null 2>&1 &
fi
fi

Expand Down

0 comments on commit 4368910

Please sign in to comment.