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

system.setpgid

Synopsis

local system = require "system"
system.setpgid(pid: integer, pgid: integer)

Description

See setpgid(3).

Only the master VM is allowed to use this function.