Solved question about bastille service in freebsd14.2 ?

dear all :
i have install bastille in freebsd14.2 for management jail . below was output information :
d # service bastille status
bastille is not running.
d # service bastille start
Starting Bastille Container: ALL
[yggdrasil]: Already started.

d # service bastille status
bastille is not running.

the sysrc bastille_enable="yes" only, not list auto start jail.

quesion :
1.why the bastille service was not start , or this service no need to start ?
2. the bastille service was not start , but why the jail was running automaticlly , i don't permit it ?

can you tell me , what happened to me and what's wrong with me ? thanks.
 
Bastille doesn't run as a daemon, so I think it's normal for
Code:
service bastille status
to report that bastille is not running. As described in man bastille, the default behaviour of bastille, when is to start all your jails - look at the start-up script in /usr/local/etc/rc.d/bastille to see how this works. If you don't want the jails started at boot then I believe you can simply leave all mention of bastille out of rc.conf.
 
Bastille doesn't run as a daemon, so I think it's normal for
Code:
service bastille status
to report that bastille is not running. As described in man bastille, the default behaviour of bastille, when is to start all your jails - look at the start-up script in /usr/local/etc/rc.d/bastille to see how this works. If you don't want the jails started at boot then I believe you can simply leave all mention of bastille out of rc.conf.
DEar putney:
thanks for your help. question was solve with your help. thanks. have a good day.
 
Back
Top