Skip to content

Create a structure to add and remove processes and executables by variable #1

@rcrath

Description

@rcrath

Instead of maintaining separate start/stop list have one master list for services and one for executables, in a data structure;
services:

  • service name (to be displayed via echo along with note)
  • file name (to aact on)
  • stop (bool)
  • start (bool)
  • note (to be displayed with service name)

Apps:

  • path
  • executable
  • kill
  • graceful/forced (/f)
  • must affirm (/y at end): bool
  • start

services

optimize:

stop all services marked stop

restore:

start all services marked start

Apps

same as above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions