Skip to content

Commit

Permalink
Fix hardcoded exec path
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxrwscjpzdzwpxaujrr committed May 9, 2020
1 parent 70194b1 commit c93393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thinkpad-fan-tweak.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description=ThinkPad fan tweak
[Service]
Type=simple
Restart=no
ExecStart=/usr/local/bin/thinkpad-fan-tweak
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/@PROJECT_NAME@

[Install]
WantedBy=multi-user.target

0 comments on commit c93393e

Please sign in to comment.