← Back to work ~/work/boot-script
boot-script
open sourceTurns a Spring Boot jar into a proper init.d service in one command — removing the boilerplate every backend dev rewrites.
// impact
- 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.