Mac-like-automatic-brightness/AB.service
steel99xl 7635064471 setup.sh now automatically configures your SensorToDisplayScale and writes it to AutomaticBrightness.sh
setup.sh now can update your service and script file along with restarting the service
2024-02-10 11:10:12 -05:00

12 lines
201 B
Desktop File

[Unit]
Description=Mac-like-automatic-brightness as service
[Service]
Type=simple
Restart=on-failure
RestartSec=5s
ExecStart=/usr/local/bin/AutomaticBrightness.sh
[Install]
WantedBy=default.target