-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | systemd socket activation library -- -- a module for systemd socket activation. See -- http://0pointer.de/blog/projects/socket-activation.html and -- http://www.freedesktop.org/software/systemd/man/systemd.socket.html -- for more details. @package socket-activation @version 0.1.0.2 -- | This is a module for systemd socket activation. See -- http://0pointer.de/blog/projects/socket-activation.html and -- http://www.freedesktop.org/software/systemd/man/systemd.socket.html module Network.Socket.Activation -- | Return a list of activated sockets, if the program was started with -- socket activation. The sockets are in the same order as in the -- associated .socket file. The sockets will have their family, -- type, and status set appropriately. Returns Nothing in -- systems without socket activation (or when the program was not socket -- activated). getActivatedSockets :: IO (Maybe [Socket])