Skip to content

Commit ff12f0e

Browse files
authored
Merge pull request #11 from rainoffallingstar/master
fix ExecStart error in ubuntu
2 parents 82765d4 + ac8d312 commit ff12f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

disable-c6.service.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Before=basic.target
66

77
[Service]
88
Type=oneshot
9-
ExecStart={{PREFIX}}/bin/zenstates.py --c6-disable
9+
ExecStart=python3 {{PREFIX}}/bin/zenstates.py --c6-disable
1010

1111
[Install]
1212
WantedBy=basic.target suspend.target hibernate.target

0 commit comments

Comments
 (0)