Given a service definition at ~/.config/systemd/user/do-something.service for UID 1000, which is installed, enabled, and starts automatically at login, I would like the do-something.service to start at system boot instead.
One possible solution would be to install [email protected] as a dependency of the system’s multi-user.target, but then the question becomes whether this is a recommended setup and what its downsides are.