summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-x[-rw-r--r--]bin/oxidized1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/oxidized b/bin/oxidized
index aee703f..2509279 100644..100755
--- a/bin/oxidized
+++ b/bin/oxidized
@@ -3,6 +3,7 @@
require 'oxidized'
begin
+ Process.daemon unless $DEBUG
Oxidized.new
rescue => e
open Oxidized::Config::Crash, 'w' do |file|