# File lib/chef/expander/daemonizable.rb, line 46
      def configure_process
        Expander.config.daemonize? ? daemonize : ensure_exclusive
        set_user_and_group
      end