Skip to content

Commit d667156

Browse files
committed
Document lingering, important detail
1 parent bbcc618 commit d667156

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

messenger.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,14 @@ Restart all your consumers:
709709
710710
$ systemctl --user restart messenger-consume@*.service
711711
712+
The systemd user instance is only started after the first login of the
713+
particular user. We want to start our workers on system boot instead. Enable
714+
lingering on the user to activate that behavior:
715+
716+
.. code-block:: terminal
717+
718+
$ loginctl enable-linger <your-username>
719+
712720
Logs are managed by journald and can be worked with using the journalctl
713721
command, but you do need elevated privileges (sudo) for that:
714722

0 commit comments

Comments
 (0)