diff options
author | onefang | 2020-03-18 10:23:05 +1000 |
---|---|---|
committer | onefang | 2020-03-18 10:23:05 +1000 |
commit | 37287f98e12a1f7b17b8fef0bedb03a75df05dfb (patch) | |
tree | 682d45ce0000fd2b3815f6dfee4333999f841e8d | |
parent | Log ROBUST reading config files, just like regions do. (diff) | |
download | opensim-SC_OLD-37287f98e12a1f7b17b8fef0bedb03a75df05dfb.zip opensim-SC_OLD-37287f98e12a1f7b17b8fef0bedb03a75df05dfb.tar.gz opensim-SC_OLD-37287f98e12a1f7b17b8fef0bedb03a75df05dfb.tar.bz2 opensim-SC_OLD-37287f98e12a1f7b17b8fef0bedb03a75df05dfb.tar.xz |
Now ROBUST writes it's PID file. DOH!
-rw-r--r-- | bin/Robust.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Robust.ini b/bin/Robust.ini index 705ffad..6141af1 100644 --- a/bin/Robust.ini +++ b/bin/Robust.ini | |||
@@ -17,7 +17,7 @@ | |||
17 | [Startup] | 17 | [Startup] |
18 | ; Place to create a PID file | 18 | ; Place to create a PID file |
19 | ; If no path if specified then a PID file is not created. | 19 | ; If no path if specified then a PID file is not created. |
20 | PIDFile = ""${Paths|CachePath}"/ROBUST.pid" | 20 | PIDFile = "${Paths|CachePath}/ROBUST.pid" |
21 | 21 | ||
22 | ; Plugin Registry Location | 22 | ; Plugin Registry Location |
23 | ; Set path to directory for plugin registry. Information | 23 | ; Set path to directory for plugin registry. Information |