Merge pull request #246 from wooparadog/master

Fix systemd denepdency
master
pixl 3 years ago committed by GitHub
commit 6bb4700009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/logid/logid.service.cmake

@ -1,6 +1,8 @@
[Unit]
Description=Logitech Configuration Daemon
StartLimitIntervalSec=0
After=multi-user.target
Wants=multi-user.target
[Service]
Type=simple
@ -10,4 +12,4 @@ ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target
WantedBy=graphical.target

Loading…
Cancel
Save