We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcc618 commit d667156Copy full SHA for d667156
messenger.rst
@@ -709,6 +709,14 @@ Restart all your consumers:
709
710
$ systemctl --user restart messenger-consume@*.service
711
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
720
Logs are managed by journald and can be worked with using the journalctl
721
command, but you do need elevated privileges (sudo) for that:
722
0 commit comments