Files
agnos-builder/userspace/root/usr/lib/systemd/system/tftp_server.service
T
Adeeb Shihadeh 1a0962a4e2 single init dependency for comma service (#587)
* single init dependency for comma service

* lil more

* speed up

* lil cleanup

* lil more
2026-05-04 19:33:33 -07:00

13 lines
256 B
Desktop File

[Unit]
Description=Qualcomm TFTP server
After=comma-init.service
[Service]
Type=simple
ExecStartPre=/bin/sh -c 'while [ ! -e /data/persist/rfs ]; do sleep 0.1; done'
ExecStart=/usr/sbin/tftp_server
Restart=on-failure
[Install]
WantedBy=multi-user.target