mighttpd2-3.3.4: High performance web server on WAI/warp

Safe HaskellSafe
LanguageHaskell2010

Program.Mighty.Resource

Synopsis

Documentation

amIrootUser :: IO Bool Source #

Checking if this process has the root privilege.

setGroupUser Source #

Arguments

:: String

User

-> String

Group

-> IO () 

Setting user and group.

unlimit :: Integer -> IO () Source #

Set the limit of open files.