Method code for $sys.core_sys()

[Turn off line numbering]
  1: deny_hosts = (deny_users = []);
  2: touched = 0;
  3: system = [$sys, $root];
  4: backup = #[['interval, 3600], ['last, 0], ['next, 0]];
  5: validate_email_addresses = 0;
  6: starting = #[['quota, 76800], ['new_user_class, $admin], ['anonymous_user_class, $guest]];
  7: startup = #[['objects, [$login_daemon, $http_daemon, $smtp_daemon, $world, $dns, $lag_watcher]], ['heartbeat_interval, 2]];
  8: agents = [$root, $daemon];
  9: admins = [];
 10: writable_core = 0;
 11: configured = #[];

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark