lib/yahns/daemon.rb in yahns-1.3.1 vs lib/yahns/daemon.rb in yahns-1.4.0

- old
+ new

@@ -1,8 +1,8 @@ # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors +# Copyright (C) 2013-2014, all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) -require 'yahns' +require_relative '../yahns' module Yahns::Daemon # :nodoc: # We don't do a lot of standard daemonization stuff: # * umask is whatever was set by the parent process at startup # and can be set in config.ru and config_file, so making it