mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
minor: Make PID file examples in OpenSim and Robust config somewhat more meaningful than just /tmp/my.pid
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
;# {PIDFile} {} {Path to PID file?} {}
|
||||
;; Place to create a PID file
|
||||
; PIDFile = "/tmp/my.pid"
|
||||
; PIDFile = "/tmp/OpenSim.exe.pid"
|
||||
|
||||
;# {region_info_source} {} {Where to load region from?} {filesystem web} filesystem
|
||||
;; Determine where OpenSimulator looks for the files which tell it
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
crash_dir = "crashes"
|
||||
|
||||
; Place to create a PID file
|
||||
; PIDFile = "/tmp/my.pid"
|
||||
; PIDFile = "/tmp/OpenSim.exe.pid"
|
||||
|
||||
; Console commands run at startup
|
||||
startup_console_commands_file = "startup_commands.txt"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
[Startup]
|
||||
; Place to create a PID file
|
||||
; If no path if specified then a PID file is not created.
|
||||
; PIDFile = "/tmp/my.pid"
|
||||
; PIDFile = "/tmp/Robust.exe.pid"
|
||||
|
||||
; Plugin Registry Location
|
||||
; Set path to directory for plugin registry. Information
|
||||
|
||||
Reference in New Issue
Block a user