Skip to content

Commit

Permalink
Fix systemd denepdency
Browse files Browse the repository at this point in the history
Let logiops start after multi-user.target is reached, and change it as a dependency to `graphical.target`. Fix #204
  • Loading branch information
wooparadog committed May 16, 2021
1 parent 7b297fc commit 5947cc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/logid/logid.service.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[Unit]
Description=Logitech Configuration Daemon
StartLimitIntervalSec=0
After=multi-user.target
Wants=multi-user.target

[Service]
Type=simple
Expand All @@ -10,4 +12,4 @@ ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure

[Install]
WantedBy=multi-user.target
WantedBy=graphical.target

0 comments on commit 5947cc9

Please sign in to comment.