mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 09:12:05 +08:00
a765dc1759
* cleanup apt hook * Move VERSION into rootfs overlay * Use broad rootfs overlay copy
10 lines
190 B
Desktop File
10 lines
190 B
Desktop File
[Unit]
|
|
Description=Limit display brightness with uptime
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
ExecStart=/usr/local/venv/bin/python -u /usr/comma/brightnessd.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|