Adding bastille_rcorder="YES" to /etc/rc.conf doesn't start all jails on bootup. The culprit seems to be xargs basename. Without the -a flag, this command will only output one match (the first one found).
This fix hasn't been thoroughly tested, although it works in all of my personal usecases.
Adding
bastille_rcorder="YES"
to/etc/rc.conf
doesn't start all jails on bootup. The culprit seems to bexargs basename
. Without the-a
flag, this command will only output one match (the first one found).This fix hasn't been thoroughly tested, although it works in all of my personal usecases.
This should also fix issue https://github.com/BastilleBSD/bastille/issues/678