CREATE_SERVICE
CREATE_SERVICE("system.dns", dns_limit, dns_command, 0);
CREATE_SERVICE("system.fileargs", fileargs_limit, fileargs_command,
CREATE_SERVICE("system.grp", grp_limit, grp_command, 0);
CREATE_SERVICE("system.net", net_limit, net_command, 0);
CREATE_SERVICE("system.netdb", netdb_limit, netdb_command, 0);
CREATE_SERVICE("system.pwd", pwd_limit, pwd_command, 0);
CREATE_SERVICE("system.sysctl", sysctl_limit, sysctl_command, 0);
CREATE_SERVICE("system.syslog", NULL, syslog_command, 0);
CREATE_SERVICE("rtsold.llflags", NULL, llflags_command, 0);
CREATE_SERVICE("rtsold.script", script_limit, script_command, 0);
CREATE_SERVICE("rtsold.sendmsg", NULL, sendmsg_command, 0);
CREATE_SERVICE("syslogd.casper", NULL, casper_command, CASPER_SERVICE_STDIO);