| name | system-admin |
| description | System administration — manage services, processes, cron, systemd, networking. Use for any sysadmin task. |
| category | system |
| maturity | stable |
| tags | ["systemd","cron","process-management","networking","journalctl"] |
System Administration
Systemd User Services
systemctl --user list-units --state=running --no-pager
systemctl --user start SERVICE
systemctl --user stop SERVICE
systemctl --user restart SERVICE
systemctl --user enable SERVICE
journalctl --user -u SERVICE --since "1 hour ago" --no-pager
systemctl --user daemon-reload
Key Services
openclaw-poe-gateway — Poe autonomous agent
openclaw-argus-gateway — Argus analytical agent
claudex — This Claude Code instance (when running via systemd)
Process Management
pgrep -fa "pattern"
setsid command &
kill PID
kill -9 PID
Cron
crontab -e
crontab -l
Networking
ss -tlnp | grep PORT
curl -s -o /dev/null -w "%{http_code}" URL
dig HOSTNAME +short