# File lib/chef/expander/daemonizable.rb, line 85 def release_locks File.unlink(@pidfile.path) if File.exist?(@pidfile.path) @pidfile.close unless @pidfile.closed? end