Files
agnos-builder/userspace/files/screen_calibration.service
T
Robbe Derks e42442a296 Apply DWO screen calibration on boot (#513)
* calib apply service

* bump kernel

* needs this too

* print

---------

Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
2025-12-17 18:25:59 -08:00

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