Skip to content

Commit

Permalink
Only daemonize if we've been asked to
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ludlam <[email protected]>
  • Loading branch information
Jon Ludlam committed Apr 5, 2013
1 parent b227a95 commit 067fba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/squeezed.ml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let _ =

configure ~options ();
let socket = listen Memory_interface.json_path in
daemonize ();
maybe_daemonize ();

let module Server = Memory_interface.Server(Memory_server) in

Expand Down

0 comments on commit 067fba2

Please sign in to comment.