o Use the --detach option to kdc(8) instead of using the shell
background operator '&'. PR: conf/102722 o No need to include $kerberos5_server_flags in $command_args as rc.subr(8) will take care of this.
This commit is contained in:
parent
4a87da8d3e
commit
471f392f70
@ -9,9 +9,9 @@
|
||||
. /etc/rc.subr
|
||||
|
||||
name="kerberos5"
|
||||
load_rc_config $name
|
||||
rcvar="kerberos5_server_enable"
|
||||
command="${kerberos5_server}"
|
||||
command_args="${kerberos5_server_flags} &"
|
||||
command_args="--detach"
|
||||
|
||||
load_rc_config $name
|
||||
command="${kerberos5_server}"
|
||||
run_rc_command "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user