> cat /wizhelp/sysd

========================================================================
                      Systemd Control
========================================================================

Control the MUD service through systemd (Level 9 only).

COMMANDS:
  sysd status    - Show service status
  sysd restart   - Restart the MUD service
  sysd reload    - Reload systemd configuration

STATUS INFORMATION:
Shows:
  - Active state (running/stopped)
  - Main process ID
  - Memory usage
  - CPU usage
  - Process tree

RESTART PROCESS:
  1. Announces restart to all players
  2. You will be disconnected
  3. Service restarts automatically
  4. Players can reconnect immediately

WHEN TO USE:
  - After major code updates
  - To clear memory leaks
  - When shutdown command fails
  - For emergency restarts

CAUTION:
  - Always warn players first
  - Save all player data automatically
  - Check for active wars
  - Consider player count/time

FALLBACK:
If not running under systemd, use the
standard 'shutdown' command instead.

========================================================================    

> _