Sha256: 6374e2750364004c376eccc6a3787422a40e80a64e390a8ab01fbd7b6d4d1709
Contents?: true
Size: 590 Bytes
Versions: 76
Compression:
Stored size: 590 Bytes
Contents
# You can place files in here to be loaded before the code is daemonized. # # DaemonKit looks for a file named '<config.daemon_name>.rb' and loads # that file first, and inside a DaemonKit::Initializer block. The # remaning files then simply required into the running process. # # These files are mostly useful for operations that should fail blatantly # before daemonizing, like loading gems. # # Be careful not to open any form of IO in here and expecting it to be # open inside the running daemon since all IO instances are closed when # daemonizing (including STDIN, STDOUT & STDERR).
Version data entries
76 entries across 60 versions & 9 rubygems