BastilleBSD / bastille

Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD.
https://bastillebsd.org
BSD 3-Clause "New" or "Revised" License
783 stars 130 forks source link

[BUGFIX] Fixed rcorder startup #686

Open deadbeef2000 opened 4 months ago

deadbeef2000 commented 4 months ago

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.

This should also fix issue https://github.com/BastilleBSD/bastille/issues/678