CP etc / PKG {{ jails.pub.pkgs | join(' ') }} SYSRC sshd_enable=YES SYSRC sendmail_enable=NONE SYSRC tmpsize=500m SYSRC tmpmfs=AUTO SYSRC clear_tmp_enable=YES CMD if test -l /home; then rm /home; fi CMD mkdir -p /home FSTAB /home home nullfs rw 0 0 # FIXME: fails for now, see: https://github.com/BastilleBSD/bastille/issues/743 #CP usr/share/skel /usr/share/skel SERVICE sshd start SERVICE motd restart