Ross ROSS = Recommend OSS · open-source software intelligence for agents

fhd/init-script-template resource

A template for simple System V init scripts observed · 2026-08-28

github.com/fhd/init-script-template · Shell · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
fhd/init-script-templatemain32

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