Timetombs

泛义的工具是文明的基础,而确指的工具却是愚人的器物

66h / 116a
,更新于 2024-04-06T22:06:23Z+08:00 by   35f4f88

[Linux] systemd

版权声明 - CC BY-NC-SA 4.0

1 systemctl

# help
sudo systemctl -help

# lifecycle
sudo systemctl daemon-reload

# unit file
sudo systemctl enable docker.service
sudo systemctl disable docker.service
sudo systemctl list-units --type=service

# unit
sudo systemctl start docker.service
sudo systemctl restart docker.service
sudo systemctl stop docker.service
sudo systemctl status docker.service
上一篇 : [Linux] SSH
下一篇 : [Linux] Ubuntu