Skip to content

Commit

Permalink
fix: Better service unit file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Dec 22, 2023
1 parent d1bc358 commit 06ef97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cm4-fan-controller.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ After=multi-user.target

[Service]
Type=idle
ExecStart=/usr/bin/python /home/alan/python-cm4-fan-controller/controller.py
ExecStart=/home/alan/python-cm4-fan-controller/controller.py
WorkingDirectory=/home/alan/python-cm4-fan-controller
Restart=always
RestartSec=5s
Expand Down

0 comments on commit 06ef97b

Please sign in to comment.