post:完成了systemctl的文章。

This commit is contained in:
徐涛
2021-05-15 22:29:10 +08:00
parent 26d8c37989
commit d7e041e9a3
2 changed files with 261 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
---
title: systemctl命令的使用
tags:
- Linux
- Service
- 命令
- systemd
- systemctl
categories:
- - DevOps
- 系统管理
---
Systemd是为了替换Linux系统中init进程而提出来的是为系统的启动和管理提供直接服务的而从它的名字也可以看出来作为以鞥守护进程Systemd就是用来守护整个系统的。在Systemd提供的一整套工具中最常用的就是systemctl命令。<!-- more -->