From 884edac78e67a4f2d3552810ea7a00d608120559 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Thu, 18 Oct 2007 02:13:06 +0000 Subject: Add gryc's patch to run commands in a shutdown_commands.txt file when the sim is shutdown. A config setting has also been added to OpenSim.ini. Thank you very much, gryc. --- bin/OpenSim.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/OpenSim.ini') diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index f4efeb5..118c261 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -7,6 +7,7 @@ physics = basicphysics storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" ;storage_plugin = "OpenSim.DataStore.NullStorage.dll" startup_console_commands_file = "startup_commands.txt" +shutdown_console_commands_file = "shutdown_commands.txt" serverside_object_permissions = false ; asset_database = "db4o" @@ -38,3 +39,4 @@ user_recv_key = "null" asset_server_url = "http://127.0.0.1:8003" + -- cgit v1.1