Timetombs

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

66h / 117a
,更新于 2024-04-27T21:37:28Z+08:00 by   25c71be

[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