Hacker News new | ask | show | jobs
by tophercyll 3380 days ago
You can make user level systemd instances run at startup and stick around regardless of login/logout.

  loginctl enable-linger <username>
This enables some nice deployment strategies that don't require root.
1 comments

Thanks. I figured this was possible. I just never got around to looking at loginctl's options.