关于 systemctl --user enable mpd 报错:

Failed to connect to bus: No such file or directory

 

因为arch脚本中,systemctl 是 sudo systemctl 的别名,因此需要加斜杠转义。类似的命令如 \cp

\systemctl --user enable mpd

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-12-08
  • 2021-06-12
  • 2021-09-30
猜你喜欢
  • 2021-06-17
  • 2021-08-31
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-01-12
相关资源
相似解决方案