Skip to content

Commit

Permalink
debian/rules: fix dh_installsystemd override
Browse files Browse the repository at this point in the history
  • Loading branch information
linrunner committed May 13, 2021
1 parent ae021be commit b1d6280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif
dh $@

override_dh_installsystemd:
dh_installsystemd --package=tlp tlp.service --no-start --no-restart-on-upgrade
dh_installsystemd --package=tlp --no-start --no-restart-on-upgrade tlp.service

override_dh_installinit:
dh_installinit --package=tlp --no-start --only-scripts -- defaults 98 01
Expand Down

0 comments on commit b1d6280

Please sign in to comment.