systemd
Overview
Commands
systemctl list-units
systemctl enable service-name.service
systemctl disable service-name.service
systemctl start service-name.service
systemctl stop service-name.service
systemctl restart service-name.service
systemctl status service-name.service
journalctl -u service-name.service
Resources
- Systemd (简体中文) - ArchWiki)
- Understanding and administering systemd :: Fedora Docs Site
- systemd - Debian Wiki
- Chapter 9. Managing Services with systemd - Red Hat Customer Portal
- How To Use Systemctl to Manage Systemd Services and Units | DigitalOcean
- Systemd 入门教程:命令篇 - 阮一峰的网络日志
- Understanding and Using Systemd | Linux.com | The source for Linux information
- Integration of a Go service with systemd: readiness & liveness | Vincent Bernat
- Integration of a Go service with systemd: socket activation | Vincent Bernat