buildroot/package/petitboot/kexec-restart.in

9 lines
53 B
Plaintext
Raw Permalink Normal View History

2024-02-08 01:51:33 +08:00
#!/bin/sh
@KEXEC_COMMAND@
while :
do
sleep 1
done