mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
8ccaa49710
Co-authored-by: Comma Device <device@comma.ai>
10 lines
193 B
Desktop File
10 lines
193 B
Desktop File
[Unit]
|
|
Description=Limit display brightness with uptime
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
ExecStart=/usr/local/pyenv/shims/python -u /usr/comma/brightnessd.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|