Background Service Manager Execution Checklist

Sub-skill of background-service-manager: Execution Checklist.

vamseeachanta Updated

File contents

Execution Checklist

Execution Checklist

Before creating service:

  • Process command identified
  • Working directory determined
  • Log location decided (/tmp/ or dedicated dir)
  • Environment variables documented

During setup:

  • Service script created
  • Made executable (chmod +x)
  • SERVICE_CMD customized
  • PID/LOG paths appropriate

After deployment:

  • Service starts correctly
  • Logs capture output
  • Status shows running
  • Stop gracefully terminates
  • Restart works properly

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/operations/devtools/background-service-manager/execution-checklist commit 7df089265f

Frequently asked questions

npx skillmds@latest add vamseeachanta/background-service-manager-execution-checklist