default stop for auto-daemonized; bug fixes
[god.git] / lib / god / event_handlers / netlink_handler.rb
blobeb7e15735cd7212d782ee0f76b2ed6792912fc53
1 require 'netlink_handler_ext'
3 module God
4   class NetlinkHandler
5     EVENT_SYSTEM = "netlink"
6     
7     def self.register_process(pid, events)
8       # netlink doesn't need to do this
9       # it just reads from the eventhandler actions to see if the pid
10       # matches the list we're looking for -- Kev
11     end
12   end
13 end