·Linux

Systemd 服务管理指南

Systemd 是现代 Linux 系统的初始化系统和服务管理器,用于管理系统服务、启动流程和日志。 ## 基础命令 ### 服务管理 ```bash # 启动服务 sudo systemctl...