system.setsid

Synopsis

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

Description

See setsid(3).

Only the master VM is allowed to use this function.