jfredrickson/disable-c6

An error in ubuntu 23.10 with ExecStart command caused by python3

Closed this issue · 1 comments

a simple error fixed like this:
-ExecStart=/usr/local/bin/zenstates.py --c6-disable
+ExecStart=python3 /usr/local/bin/zenstates.py --c6-disable

Merged your fix in PR #11, thank you for the patch!