Browse Source

linux 修改描述性语句,更好理解

kindring 3 years ago
parent
commit
a5943653a4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      linux/开机自启相关.md

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

@@ -1,8 +1,8 @@
 <!--
  * @Author: your name
  * @Date: 2021-07-09 11:39:19
- * @LastEditTime: 2021-08-24 16:18:21
- * @LastEditors: Please set LastEditors
+ * @LastEditTime: 2021-09-07 09:27:05
+ * @LastEditors: kindring
  * @Description: In User Settings Edit
  * @FilePath: \md-\linux\开机自启相关.md
 -->
@@ -29,7 +29,7 @@ Wants=network.target network-online.target
 [Service]
 Type=simple
 #要启动的命令(此处根据实际情况填写)
-ExecStart= server
+ExecStart= #server 执行的任务,此注释替换新的
 [Install]
 WantedBy=multi-user.target
 ```