systemctl用法及journalctl查看日志

查看服务状态

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
sudo systemctl status caddy
sudo systemctl status caddy
sudo systemctl status caddy

启用服务(开机自启)

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
sudo systemctl enable caddy
sudo systemctl enable caddy
sudo systemctl enable caddy

禁用服务(开机不自启)

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
sudo systemctl disable caddy
sudo systemctl disable caddy
sudo systemctl disable caddy

重启服务

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
sudo systemctl restart caddy
sudo systemctl restart caddy
sudo systemctl restart caddy

停止服务

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
sudo systemctl stop caddy
sudo systemctl stop caddy
sudo systemctl stop caddy

查看日志

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
sudo journalctl -f -u caddy
sudo journalctl -f -u caddy
sudo journalctl -f -u caddy

 

Leave a Reply

Your email address will not be published. Required fields are marked *