kindring 3 年 前
コミット
36d60d68dc
1 ファイル変更8 行追加8 行削除
  1. 8 8
      linux/开机自启相关.md

+ 8 - 8
linux/开机自启相关.md

@@ -1,3 +1,11 @@
+<!--
+ * @Author: your name
+ * @Date: 2021-07-09 11:39:19
+ * @LastEditTime: 2021-08-18 18:03:13
+ * @LastEditors: Please set LastEditors
+ * @Description: In User Settings Edit
+ * @FilePath: \md-\linux\开机自启相关.md
+-->
 # 使用 `systemctl` 配置服务.并且使其自启动
 # 使用 `systemctl` 配置服务.并且使其自启动
 ## 新增服务
 ## 新增服务
 > [!note]
 > [!note]
@@ -82,11 +90,3 @@ journalctl -u githook.service
 ```shell
 ```shell
 journalctl -n 100 -u githook.service
 journalctl -n 100 -u githook.service
 ``` 
 ``` 
-```mermaid
-graph TB
-  A(开始) --> B[处理子逻辑]
-  B --> C{是否处理成功}
-  C --失败--> E[处理错误]
-  C --成功--> D[存储数据]
-  E --> B
-```