mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
c4b1d3bbc0
* Burn in prevention * bump kernel * cleanup
10 lines
189 B
Desktop File
10 lines
189 B
Desktop File
[Unit]
|
|
Description=Limit display brightness with uptime
|
|
|
|
[Service]
|
|
Restart=always
|
|
ExecStart=/usr/local/pyenv/shims/python -u /usr/comma/brightnessd.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|