mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-09-08 09:23:41 +08:00
e42442a296
* calib apply service * bump kernel * needs this too * print --------- Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
12 lines
181 B
Desktop File
12 lines
181 B
Desktop File
[Unit]
|
|
After=multi-user.target
|
|
Description=Set screen calibration
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=root
|
|
ExecStart=/usr/comma/screen_calibration.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|