An error in ubuntu 23.10 with ExecStart command caused by python3
Closed this issue · 1 comments
rainoffallingstar commented
a simple error fixed like this:
-ExecStart=/usr/local/bin/zenstates.py --c6-disable
+ExecStart=python3 /usr/local/bin/zenstates.py --c6-disable
jfredrickson commented
Merged your fix in PR #11, thank you for the patch!