From ae20503dae765b850d6acf6e30220b9688f30cac Mon Sep 17 00:00:00 2001 From: mingchen Date: Wed, 15 Aug 2007 19:08:27 +0000 Subject: *Added the ability to run commands after all regions have started up *By default, it is set to startup_commands.txt. Simply add a list of commands separated by a new line to be run or change the file by changing the path of a startup commands file in OpenSim.ini --- bin/OpenSim.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/OpenSim.ini') diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index c2cbdec..4e9b79a 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -2,5 +2,6 @@ gridmode = false physics = basicphysics storage_plugin = "OpenSim.DataStore.NullStorage.dll" +startup_console_commands_file = "startup_commands.txt" standalone_authenticate = false standalone_welcome = "Welcome to OpenSim" \ No newline at end of file -- cgit v1.1