mighttpd2-4.0.2: High performance web server on WAI/warp
Safe HaskellNone
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 Bool 

Setting user and group.

unlimit :: Integer -> IO () Source #

Set the limit of open files.