linux重启MPD
要重新启动MPD(Music Player Daemon),您可以执行以下命令之一:
- 使用service命令:
sudo service mpd restart
- 使用systemctl命令(仅适用于使用systemd init系统的Linux发行版):
sudo systemctl restart mpd
- 使用/etc/init.d/目录中的脚本:
sudo /etc/init.d/mpd restart
请注意,您需要具有root或sudo权限才能执行上述命令。
原文地址: https://www.cveoy.top/t/topic/ibCV 著作权归作者所有。请勿转载和采集!