Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuSCHNITZEL committed Mar 16, 2024
2 parents ea01c3f + 23bf4b1 commit dc17bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/rpi_screenbrightness_mqtt.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ After=network.target

[Service]
Type=simple
ExecStart=python3 -u -m rpi_screenbrightness_mqtt.run
ExecStart=/usr/bin/python3 -u -m rpi_screenbrightness_mqtt.run
Restart=always
RestartSec=3
User=root

[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit dc17bee

Please sign in to comment.