// 임팩트
- One command turns a Spring Boot jar into a managed init.d service
- Removes boilerplate every backend dev otherwise rewrites
- Open source on GitHub
// overview
boot-script is a tiny shell starter that wraps a Spring Boot jar as a proper init.d service —
start/stop/restart/status, sane logging, and PID handling — in a single command. It encodes the small
operational details that get rewritten on every project, so deployments become boring in the best way.