Cmd Generator

systemctl

Control the systemd system and service manager.

systemctl daemon-reload

Examples

# Reload daemon config
systemctl daemon-reload

# Reset failed state
systemctl reset-failed nginx

# List all units
systemctl list-units

# List timers
systemctl list-timers