diff --git a/_posts/Linux/systemd.md b/_posts/Linux/systemd.md index 4da7e26..ce8d279 100644 --- a/_posts/Linux/systemd.md +++ b/_posts/Linux/systemd.md @@ -25,7 +25,7 @@ Restart=always [Install] WantedBy=multi-user.target ``` - + 将这个服务单元文件保存在 /etc/systemd/system/ 目录下。使用以下命令启用这个服务并启动它: ```sh