systemctl¶
systemctl enable SOMETHING.something: “Failed to execute operation: No such file or directory”¶
After copying the target/service files into /etc/systemd/system/ systemctl has to learn about them?
systemctl daemon-reload
bus error blah blah¶
When you su to a user, make sure XDG_RUNTIME_DIR is set to /run/user/$(id -u)
export XDG_RUNTIME_DIR=/run/user/$(id -u)