Skip to content
Aurélien Ooms edited this page Sep 27, 2018 · 3 revisions

Enable the user services you need. User services can be listed with ss.

Problem:

systemctl --user enable ipfs
Failed to connect to bus: No such file or directory

Solution: set UsePam yes in /etc/ssh/sshd_config.

Problem:

systemctl --user status
Failed to connect to bus: Permission denied

Solution: do not change user with su, login via ssh.

Clone this wiki locally