On Fri, Feb 27, 2026 at 10:26:08 +0000, Chris Green wrote: > I have several systemd services which I want to run as a user (i.e. > not root) but I do want them to run at start-up whenever the system is > rebooted.
Look for the User= directive in systemd.exec(5). > I have the service files in ~/.config/systemd/user, one of them is as > follows:- Those services are only started when that user logs in. Not what you want.

