-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | systemd bindings -- -- Bindings to various systemd functions @package systemd-api @version 0.1.0.1 module Linux.Systemd -- | Check for file descriptors passed by the system manager. Returns the -- number of received file descriptors. If no file descriptors have been -- received, zero is returned. listenFds :: CInt -> IO (Either Errno CInt) isSocket :: Fd -> Family -> Type -> CInt -> IO (Either Errno CInt)