From 09b6aee30b9b44915b823b9eb44f7cda297ed804 Mon Sep 17 00:00:00 2001 From: zyimm Date: Tue, 19 Mar 2024 10:33:35 +0800 Subject: [PATCH] =?UTF-8?q?:art:=E5=8F=82=E8=80=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/Linux/systemd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_posts/Linux/systemd.md b/_posts/Linux/systemd.md index b542678..801c661 100644 --- a/_posts/Linux/systemd.md +++ b/_posts/Linux/systemd.md @@ -79,3 +79,7 @@ systemctl是Systemd前端管理工具,用于管理Systemd服务和系统状态 7. systemctl stop 命令用于停止单个 Unit。 8. systemctl enable 命令用于开启单个 Unit 的自动启动。 9. systemctl disable 命令用于禁用单个 Unit 的自动启动。 + +## 参考 + +[阮一峰:Systemd 入门教程](https://www.ruanyifeng.com/blog/2016/03/systemd-tutorial-part-two.html)