Files
agnos-builder/userspace/files/agnos-tests.service
Andrei Radulescu 3762ea1e3f Remove Qt + weston (#502)
* bye bye

* add libwayland-egl.so.1, libeglSubDriverWayland.so(.patched) back to agnos-display 0.0.2

* moved libffi6 to libs/

* revert deb for now, too hard to review

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2025-10-25 13:05:26 -07:00

17 lines
356 B
Desktop File

[Unit]
#After=
[Service]
#Type=simple
#User=comma
Type=oneshot
Restart=no
# exit if connected to 5V
ExecStartPre=/bin/bash -c "if [ $(cat /sys/class/hwmon/hwmon1/in1_input) -le 6500 ]; then echo 'Exiting, connected to 5V'; exit 1; fi"
ExecStart=/bin/bash -c "source /etc/profile && /usr/comma/tests/test_sounds.py"
[Install]
WantedBy=multi-user.target