For the latest stable version, please use Emilua API 0.10!

system.setsid

Synopsis

local system = require "system"
system.setsid() -> integer

Description

See setsid(3).

Only the master VM is allowed to use this function.