Class DaemonKit::PidFile
In: lib/daemon_kit/pid_file.rb
Parent: Object

Simple pidfile handling for daemon processes

Methods

cleanup   ensure_stopped!   exists?   new   pid   running?   write!   zap  

Public Class methods

Public Instance methods

Return the pid contained in the pidfile, or nil

Returns true if the process is running

zap()

Alias for cleanup

[Validate]