mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-31 21:33:46 +08:00
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
|