Skip to content

Commit

Permalink
Merge pull request #11 from rainoffallingstar/master
Browse files Browse the repository at this point in the history
fix ExecStart error in ubuntu
  • Loading branch information
jfredrickson authored Oct 17, 2023
2 parents 82765d4 + ac8d312 commit ff12f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disable-c6.service.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Before=basic.target

[Service]
Type=oneshot
ExecStart={{PREFIX}}/bin/zenstates.py --c6-disable
ExecStart=python3 {{PREFIX}}/bin/zenstates.py --c6-disable

[Install]
WantedBy=basic.target suspend.target hibernate.target
Expand Down

0 comments on commit ff12f0e

Please sign in to comment.