fhd/init-script-template resource
A template for simple System V init scripts observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5291
- days_rel: n/a
- days_push: 1664
- n_releases_24m: 0
Adoption not part of the score
1090 stars · 310 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A simple System V init script template written in Shell that provides start, stop, restart, and status commands for background processes. It is configured by setting a few variables (working directory, command, user) and is handy for running Node.js apps and similar services.
Use cases
- create an init script for a node.js app
- run a background process as a service on linux
- add start stop restart status commands to a daemon
- manage a self-hosted app with sysvinit
- log stdout and stderr of a service to files
When to choose
- you need a minimal, dependency-free init script for a single process
- your system still uses System V init and you want a quick template
- you want simple file-based logging for your service
When to avoid
- your system uses systemd, which has native unit files
- you need advanced service features like dependency ordering, socket activation, or supervision
Facets
learning-resource · maturity maintenance
developer-tools deployment cli operating-systems self-hosted developer-tools cli init-script sysvinit shell-template service-management boilerplate devops linux
1 source
- readme: https://github.com/fhd/init-script-template · fetched 2026-08-28 · 50ffa03e6ac5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fhd/init-script-template | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="fhd/init-script-template")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem