在 Arch Linux 中,可以使用 systemd 來管理系統服務。以下是一些常見的 systemd 服務管理命令:
sudo systemctl start [service_name]
sudo systemctl stop [service_name]
sudo systemctl restart [service_name]
sudo systemctl status [service_name]
sudo systemctl enable [service_name]
sudo systemctl disable [service_name]
systemctl list-unit-files --type=service
systemctl list-units --type=service
以上是一些常見的 systemd 服務管理命令,在 Arch Linux 中使用 systemd 管理系統服務非常方便,并且可以通過配置 systemd 單元文件來定制服務的行為。