SensorToDisplayScale now supports floats
A 5 second delay was added to the startup. Dew to reports of the service starting before the system values are initalized
This commit is contained in:
parent
be0a1c71a2
commit
1b0997474f
2 changed files with 9 additions and 5 deletions
|
@ -3,8 +3,8 @@ Description=Mac like automatic brightness as service
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=no
|
||||
RestartSec=1
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
ExecStart=/usr/local/bin/AutomaticBrightness.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue