Skip to main content
Post Closed as "Duplicate" by JdeBP, Sparhawk, Jeff Schaller
edited tags
Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 267
Removed --global
Source Link

If I do:

sudo systemctl --user --global daemon-reload 

It fails with:

Failed to connect to bus: No such file or directory 

Being the "sudo" necessary, as this belongs to a package installation.

If I do:

sudo systemctl --user --global daemon-reload 

It fails with:

Failed to connect to bus: No such file or directory 

Being the "sudo" necessary, as this belongs to a package installation.

If I do:

sudo systemctl --user daemon-reload 

It fails with:

Failed to connect to bus: No such file or directory 

Being the "sudo" necessary, as this belongs to a package installation.

Source Link

Why does reloading user daemons fail?

If I do:

sudo systemctl --user --global daemon-reload 

It fails with:

Failed to connect to bus: No such file or directory 

Being the "sudo" necessary, as this belongs to a package installation.