loginctl linger

letting the user linger

SEAN K.H. LIAO

loginctl linger

letting the user linger

lingering

systemd, the process lifecycle manager, there's a global one, and one per user. The user version starts when you first login, and exits when you last logout.

If you want to keep things running, or run things on boot

1sudo loginctl enable-linger $USER

and reboot