Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jurkovic-nikola/OpenLinkHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jurkovic-nikola committed Dec 12, 2024
2 parents 6a19c20 + 5367f02 commit 8ba8f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions OpenLinkHub.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Unit]
Description=Open source interface for iCUE LINK System Hub, Corsair AIOs and Hubs
After=sleep.target

[Service]
User=nikola
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
cat > $SYSTEMD_FILE <<- EOM
[Unit]
Description=Open source interface for iCUE LINK System Hub, Corsair AIOs and Hubs
After=multi-user.target
After=sleep.target
[Service]
User=$USER_TO_CHECK
Expand Down Expand Up @@ -70,7 +70,7 @@ echo "Creating systemd file..."
cat > $SYSTEMD_FILE <<- EOM
[Unit]
Description=Open source interface for iCUE LINK System Hub, Corsair AIOs and Hubs
After=multi-user.target
After=sleep.target
[Service]
User=$USER_TO_CHECK
Expand Down

0 comments on commit 8ba8f98

Please sign in to comment.