-
-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logid service fails to start properly after boot and a config for MX master 3S #481
Comments
hello again i encountered a problem and here I am sharing my solution Issue: logid service fails to start properly after bootSystem Details
Package Information
Device Information
Problem DescriptionThe logid service was failing to start properly after system boot, although it worked fine when manually restarted using SolutionThe issue was resolved by modifying the systemd service file to include a small delay and proper service dependencies. Original service file at [Unit]
Description=Logitech Configuration Daemon
StartLimitIntervalSec=0
After=multi-user.target
Wants=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/logid
User=root
[Install]
WantedBy=graphical.target Modified service file that fixes the issue:
Key Changes
Steps to Apply Fix
Configuration FileFor reference, here's my working /etc/logid.cfg:
VerificationAfter applying these changes and rebooting, the service starts properly and the device is detected immediately:
I hope this helps others experiencing similar issues |
Hey everyone, I just finished customizing the LogiOps configuration for MX Master 3S. I think you can use the configuration and change it to meet your needs. Anyway, here is my config file. If you have any questions, please comment.
The text was updated successfully, but these errors were encountered: