github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/containers/compilers/firecracker/start-script (about)

     1  # do some minimal init
     2  rc-service sysfs start
     3  rc-service networking start
     4  
     5  # run program. the firecracker compiler would place this here.
     6  /usr/local/bin/program
     7  
     8  # shutdown firecracker
     9  echo User program is all done. rebooting.
    10  reboot