Safe Haskell | None |
---|
Compatibility code for things that need to be done differently on different systems.
- customExec :: FilePath -> Maybe [String] -> IO ()
- getPIDString :: IO String
Documentation
customExec :: FilePath -> Maybe [String] -> IO ()Source
Called whenever execution needs to be transferred over to a different binary.
getPIDString :: IO StringSource
What it says on the tin. Gets the current PID as a string. Used to determine the name for the state file during restarts.