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.