I have multiple services running as systemd user services stored under .config/systemd/user
They all have the entry WantedBy=multi-user.target
Last night all of them stopped, journalctl has the following entry
systemd[1492]: Stopped target Main User Target.
What happened and why did it happen?
Best