]> git.sesse.net Git - cubemap/commitdiff
Clearer warnings in the cubemap.config.sample file about daemonizing and paths.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 16 Apr 2013 18:08:06 +0000 (20:08 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 16 Apr 2013 18:08:06 +0000 (20:08 +0200)
cubemap.config.sample

index c639cd95db9cb3a44dcb8323635cfc9b0b0f8ca7..b959e94a1e60e9088a4874ae91482c25844b1bfe 100644 (file)
@@ -1,6 +1,8 @@
-# uncomment to run in the background:
-# daemonize
+# Uncomment to run in the background. Note that in daemonized mode, all filenames
+# are relative to an undefined directory, so you should use absolute paths for
+# error_log, stats_file, etc.
 
 
+#daemonize
 num_servers 4   # one for each cpu
 
 #
 num_servers 4   # one for each cpu
 
 #