# File lib/daemon_controller.rb, line 205
        def start
                @lock_file.exclusive_lock do
                        start_without_locking
                end
        end