We are testing Service Jails in FreeBSD 15.1.
Are there any advantages to run daemons in Service Jails, with no contact to the outside world, like MariaDB, Valkey etc?
Are there any advantages to run daemons in Service Jails, with no contact to the outside world, like MariaDB, Valkey etc?
Code:
/etc/rc.conf
apache24_svcj="YES" <==
apache24_enable="YES"
apache24_http_accept_enable="YES"
...
php_fpm_svcj="YES" <==
php_fpm_enable="YES"
Code:
# jls -v
JID Hostname Path
Name State
CPUSetID
IP Address(es)
1 srv09 /
svcj-apache24 ACTIVE
3
2 srv09 /
svcj-php_fpm ACTIVE
5