Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/ddb
| Show All 29 Lines | ddb_start() | ||||
| ${command} ${command_args} | ${command} ${command_args} | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| required_files="${ddb_config}" | required_files="${ddb_config}" | ||||
| command_args="${ddb_config}" | command_args="${ddb_config}" | ||||
| # doesn't make sense to run in a svcj: privileged operation | |||||
| ddb_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||