buildroot/package/petitboot/kexec-restart.in

9 lines
53 B
Bash

#!/bin/sh
@KEXEC_COMMAND@
while :
do
sleep 1
done