systemd fallout
Today’s systemctl --user … learning fun:
- The difference in resulting environments from
ssh user-A@hostfollowed bysu - user-Bvs. directssh user-B@host. You don’t necessarily end up with the same set of variables. - An X Desktop Group variable (
XDG_RUNTIME_DIR) needs to be set even on systems that don’t have X installed in order forsystemctlto find the user systemd agent.