Open samuela opened 4 years ago
Following some debugging based on https://github.com/target/lorri/blob/master/contrib/daemon.md#verify-the-setup I found:
❯ systemctl --user is-enabled lorri.socket
enabled
❯ systemctl --user is-active lorri.socket
inactive
After stopping all existing manually started daemons and running systemctl --user enable --now lorri.socket
it's now working.
After stopping all existing manually started daemons and running
systemctl --user enable --now lorri.socket
it's now working.
Does this mean we are missing a step in the tutorial?
Describe the bug After following the install and setup directions in the README, I'm still faced with messages
To Reproduce Steps to reproduce the behavior:
to your home-manager config. Run a
home-manager switch
to activate those changes.systemctl --user daemon-reload
to start the lorri daemon following the cautionary note in the readme.lorri init
ed.Expected behavior The lorri daemon to have been successfully started, either in the
home-manager switch
orsystemctl --user daemon-reload
steps.Metadata
Additional context
n/a