Skip to content

Commit

Permalink
Merge pull request #246 from wooparadog/master
Browse files Browse the repository at this point in the history
Fix systemd denepdency
  • Loading branch information
PixlOne committed May 27, 2021
2 parents 7b297fc + 5947cc9 commit 6bb4700
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 6bb4700

Please sign in to comment.