-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | systemd socket activation library
--   
--   a module for systemd socket activation. See
--   <a>http://0pointer.de/blog/projects/socket-activation.html</a> and
--   <a>http://www.freedesktop.org/software/systemd/man/systemd.socket.html</a>
--   for more details.
@package socket-activation
@version 0.1.0.2


-- | This is a module for systemd socket activation. See
--   <a>http://0pointer.de/blog/projects/socket-activation.html</a> and
--   <a>http://www.freedesktop.org/software/systemd/man/systemd.socket.html</a>
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 <tt>.socket</tt> file. The sockets will have their family,
--   type, and status set appropriately. Returns <tt>Nothing</tt> in
--   systems without socket activation (or when the program was not socket
--   activated).
getActivatedSockets :: IO (Maybe [Socket])
